VL-Programmieren/.editorconfig

11 lines
167 B
INI
Raw Permalink Normal View History

2023-12-05 14:38:37 +00:00
root = true
2024-05-02 14:53:21 +00:00
[*.{ps1,java}]
2023-12-05 14:38:37 +00:00
charset = utf-8
indent_size = 2
indent_style = space
2024-05-02 14:53:21 +00:00
trim_trailing_whitespace = true
end_of_line = lf
[*.java]
insert_final_newline = true