add-editorconfig/.editorconfig

11 lines
181 B
INI
Raw Permalink Normal View History

2021-11-14 09:23:50 +00:00
root = true
[*]
end_of_line = lf
indent_size = 2
indent_style = space
tab_width = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80