hellgate/.editorconfig

9 lines
156 B
INI
Raw Permalink Normal View History

2022-02-09 15:21:50 +00:00
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
max_line_length = 120