view .editorconfig @ 30246:3dc9decc98f9 stable rc-6-3-90

bump version for 6.3.90 release candidate * configure.ac (AC_INIT): Set version to 6.3.90. (OCTAVE_PATCH_VERSION): Set to 90. (OCTAVE_RELEASE_DATE): Set to 2021-10-19.
author John W. Eaton <jwe@octave.org>
date Tue, 19 Oct 2021 15:46:33 -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