diff options
| author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-06-24 22:30:22 +0800 |
|---|---|---|
| committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-06-24 22:30:22 +0800 |
| commit | 15c58c5921cfa93de3a86b27e7674ebc8fb4ef61 (patch) | |
| tree | 56afe242aa6f160b6645c669ab20e4d3d14fd37a | |
| parent | c87ad261a1c6ce976573b660a65e71ab03bdc106 (diff) | |
| download | Skyblocker-15c58c5921cfa93de3a86b27e7674ebc8fb4ef61.tar.gz Skyblocker-15c58c5921cfa93de3a86b27e7674ebc8fb4ef61.tar.bz2 Skyblocker-15c58c5921cfa93de3a86b27e7674ebc8fb4ef61.zip | |
Add fabric .editorconfig
| -rw-r--r-- | .editorconfig | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..d256ea9c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,28 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +tab_width = 4 + +[*.gradle] +indent_style = tab + +[*.java] +indent_style = tab +ij_continuation_indent_size = 8 +ij_java_imports_layout = $*,|,java.**,|,javax.**,|,*,|,net.minecraft.**,|,net.fabricmc.** +ij_java_class_count_to_use_import_on_demand = 999 + +[*.json] +indent_style = space +indent_size = 2 + +[*.properties] +indent_style = space +indent_size = 2 + +[.editorconfig] +indent_style = space +indent_size = 4 |
