Files
Gruppe-01-fin/.editorconfig
2024-11-13 11:58:07 +01:00

15 lines
185 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.java]
indent_style = space
indent_size = 4
[*.txt]
indent_style = tab