diff options
author | zaaarf <me@zaaarf.foo> | 2024-01-10 17:24:43 +0100 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-01-10 17:24:43 +0100 |
commit | 1b3881ed1fe719ef0570947db4b827c11f144f37 (patch) | |
tree | 3d95c2fe10ad427752086e378b821f44903dad7e /.editorconfig | |
parent | 881cbd9bdb5b399d078e407c5e4301bf34d01e89 (diff) |
chore: editorconfig tweakfeature/macros
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.editorconfig b/.editorconfig index 892e95f..4b06ebb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,10 +4,4 @@ end_of_line = lf insert_final_newline = true charset = utf-8 indent_style = tab -indent_size = 4 - -[*.java] -indent_size = 2 - -[*.gradle] -indent_size = 4 +indent_size = 2
\ No newline at end of file |