diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-02-22 14:48:06 -0800 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-02-22 14:48:06 -0800 |
| commit | c9c7e69714707262e8bdea25853bf33447a57951 (patch) | |
| tree | 6d1e4b317c7e5896be5d719649c4b6c4df09a93f /.editorconfig | |
| download | dyl-c9c7e69714707262e8bdea25853bf33447a57951.tar.gz dyl-c9c7e69714707262e8bdea25853bf33447a57951.zip | |
Initialization
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 |
