view .editorconfig @ 30904:04120d65778a stable release-7-1-0

Version 7.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 2022-04-06. * org.octave.Octave.appdata.xml: Add 7.1.0 to the list of version numbers and release dates. * etc/NEWS.7.md: Update release date.
author John W. Eaton <jwe@octave.org>
date Wed, 06 Apr 2022 10:05:12 -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