Server/project/.editorconfig

10 lines
137 B
INI
Raw Normal View History

2023-11-10 17:29:56 +01:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
max_line_length = 120