comparison .editorconfig @ 27338:640ee0d531d0 stable

add EditorConfig for default file encoding and indentation * .editorconfig: New source configuration file. Thanks to Andrew Janke for the initial patch.
author Mike Miller <mtmiller@octave.org>
date Wed, 07 Aug 2019 14:05:41 -0700
parents
children
comparison
equal deleted inserted replaced
27332:29e52bcc72af 27338:640ee0d531d0
1 root = true
2
3 [*]
4 charset = utf-8
5 end_of_line = lf
6 indent_size = 2
7 indent_style = space
8 insert_final_newline = true
9
10 [*.{am,mk}]
11 indent_size = tab
12 indent_style = tab