VL-Algorithmen/.editorconfig
2024-05-21 14:49:37 +02:00

11 lines
167 B
INI

root = true
[*.{ps1,java}]
charset = utf-8
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
end_of_line = lf
[*.java]
insert_final_newline = true