view .editorconfig @ 28479:5fb8449e4dd0 stable

warning_ids.m: Document "Octave:classdef-to-struct" ID. * warning_ids.m: Document "Octave:classdef-to-struct" ID.
author Rik <rik@octave.org>
date Mon, 15 Jun 2020 13:35:54 -0700
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