HSG-MCS-HS21_tapas/.editorconfig

10 lines
147 B
INI
Raw Normal View History

2021-10-11 17:21:22 +00:00
root = true
[*]
2021-10-13 14:24:38 +00:00
charset = utf-8
2021-10-11 17:21:22 +00:00
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
2021-10-13 14:24:38 +00:00
end_of_line = lf
insert_final_newline = true