view .editorconfig @ 31092:48fcfbaea2cd stable rc-7-1-90

bump version for 7.1.90 release candidate * configure.ac (AC_INIT): Set version to 7.1.90. (OCTAVE_PATCH_VERSION): Set to 90. (OCTAVE_RELEASE_DATE): Set to 2022-06-13.
author John W. Eaton <jwe@octave.org>
date Mon, 13 Jun 2022 14:06:03 -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