view .editorconfig @ 32242:6fc591af58ba stable release-8-3-0

Version 8.2.0 released. * configure.ac (AC_INIT): Set version to 8.3.0. (OCTAVE_MINOR_VERSION): Now 3. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2023-08-08". * org.octave.Octave.appdata.xml: Add release info for version 8.3.0. * CITATION: Update for 8.3.0. * NEWS.8.md: Update release date. * libgui/module.mk (%canon_reldir%_liboctgui_revision): Increment. * libinterp/module.mk (%canon_reldir%_liboctinterp_revision): Increment. * liboctave/module.mk (%canon_reldir%_%canon_reldir%_revision): Increment.
author John W. Eaton <jwe@octave.org>
date Tue, 08 Aug 2023 09:02:24 -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