VL-Algorithmen/.editorconfig

11 lines
167 B
INI
Raw Normal View History

2024-05-21 12:49:37 +00:00
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