gala/.editorconfig
2020-07-20 22:06:57 +02:00

16 lines
255 B
INI

# EditorConfig <http://EditorConfig.org>
root = true
# elementary defaults
[*]
charset = utf-8
end_of_line = lf
indent_size = tab
indent_style = space
insert_final_newline = true
max_line_length = 80
tab_width = 4
[{*.xml,*.xml.in,*.yml}]
tab_width = 2