view .editorconfig @ 30328:a2397a85d7e5

deprecate .+ and .- operators * lex.ll (".+", ".-", ".+=", ".-="): Deprecate unnecessary operators. * oct-parse.yy (EPLUS, EMINUS): Eliminate tokens that are equivalent to '+' and '-'. * NEWS: Note change.
author John W. Eaton <jwe@octave.org>
date Tue, 23 Nov 2021 12:40:51 -0500
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