diff options
| author | ilotterytea <iltsu@alright.party> | 2025-01-20 19:29:50 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-01-20 19:29:50 +0500 |
| commit | 043834fa0adf502f61ba09fe312fa3e90b8a6bcc (patch) | |
| tree | 6b140cc4fdb73c954d564b2baf6ff1086a4ada76 /.editorconfig | |
initial commit
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..67df35c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +# https://editorconfig.org +root = true + +[*] +indent_style = space +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{java,scala,groovy,kt,kts}] +indent_size = 4 + +[*.gradle] +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false |
