selfdefined/.editorconfig

8 lines
129 B
INI
Raw Permalink Normal View History

2019-11-08 09:14:03 +01:00
root=true
[*]
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
line_length = 120