diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-29 10:02:26 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-29 10:02:26 +0200 |
commit | d7feee6c23dd098bd403376ba6f293041c7e7af0 (patch) | |
tree | 69702029e34458b2d4c2c55827db1af1564e8daf /.editorconfig | |
parent | 50f0dfaf83b0a31e34985ca1f56ea0b8956c7e41 (diff) |
add editorconfig config file, hinting to use tabs for indentation
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4c82803 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = tab +indent_size = tab + +[*.java] +indent_style = tab +indent_size = tab |