view .editorconfig @ 28632:6aa0808d2ed6

also provide builtin type to class traits * ov-base.h, ov-base.cc (btyp_to_class): New template. (DEF_BTYP_TRAITS): Rename from DEF_CLASS_TO_BTYP. Provide specializations for both class_to_btyp and btyp_to_class. (btyp_class_name): End list with "unknown".
author John W. Eaton <jwe@octave.org>
date Fri, 31 Jul 2020 13:00:48 -0400
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab