diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-03-23 11:50:01 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2024-03-23 11:50:01 +0100 |
| commit | e7289f25089d68a070e00d522042e8aab79c62f6 (patch) | |
| tree | 4af52b4dcf6f06a23a190c3ec6ae6f102ba990cb /.editorconfig | |
| download | snake-e7289f25089d68a070e00d522042e8aab79c62f6.tar.gz snake-e7289f25089d68a070e00d522042e8aab79c62f6.zip | |
initial commit
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b0719dc --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# top-most EditorConfig file +root = true + +[*] +charset = utf-8 +trim_trailing_whitespace = true +end_of_line = lf +insert_final_newline = true +spelling_language = de_DE + +[*.java] +indent_style = space +indent_size = 4 |
