view .editorconfig @ 29926:6a39ac893c9d

note future change for backslash operator * lex.ll ("\\"): Add comment explaining how to handle the backslash operator once backslashes are no longer handled as line continuation markers outside of character strings.
author John W. Eaton <jwe@octave.org>
date Wed, 28 Jul 2021 07:19:31 -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