dotar/.editorconfig
Luiz Gonzaga dos Santos Filho 6bab75c8c9 Add: vim plugin: editor config
2016-03-28 23:36:31 +02:00

11 lines
176 B
INI

# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
charset = utf-8