view .editorconfig @ 31117:7060de0b45e5 stable

NEWS.7.md: Update NEWS file with recent changes for Octave 7.2.0. * etc/NEWS.7.md: Update NEWS file with recent changes for Octave 7.2.0. The release announcement happens after the creation of the tarball. So, remove the placeholder for a linkt to the release announcement.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 29 Jun 2022 19:07:19 +0200
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