view .editorconfig @ 31890:75b1efe727d4 stable release-8-1-0

Version 8.1.0 released * configure.ac (AC_INIT): Update version info for release. (OCTAVE_MINOR_VERSION): Set to 1. (OCTAVE_PATCH_VERSION): Set to 0. (OCTAVE_RELEASE_DATE): Set to 2023-03-07. (OCTAVE_API_VERSION): Set to api-v58. * org.octave.Octave.appdata.xml: Update release date for 8.1.0. * etc/NEWS.7.md: Update release date.
author John W. Eaton <jwe@octave.org>
date Tue, 07 Mar 2023 00:34:32 -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