view .editorconfig @ 32956:99d90c3bd485 stable rc-9-0-90

bump version for first 9.1 release candidate * configure.ac (AC_INIT): Set version to 9.0.90. (OCTAVE_PATCH_VERSION): Set to 90. (OCTAVE_RELEASE_DATE): Set to 2024-02-07. * etc/NEWS.9.md: Update. * libgui/module.mk (%canon_reldir%_liboctgui_current): Set to 10. * libinterp/module.mk (%canon_reldir%_liboctinterp_current): Set to 12. * liboctave/module.mk (%canon_reldir%_%canon_reldir%_current): Set to 11.
author John W. Eaton <jwe@octave.org>
date Wed, 07 Feb 2024 01:49:59 -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