view .editorconfig @ 29734:9d70a797d54a stable rc-6-2-90

bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 6.2.91. (OCTAVE_PATCH_VERSION): Now 91.
author John W. Eaton <jwe@octave.org>
date Sun, 06 Jun 2021 10:14:32 -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