diff options
| author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-08-14 21:39:02 +0800 |
|---|---|---|
| committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-08-14 21:39:02 +0800 |
| commit | 26984deb525091f52a83636e937c8ee961bdc878 (patch) | |
| tree | dbe587045bf169f8c6cd8296c5de09369f81f799 | |
| parent | 11a943284a94d62eb2e0e427e6204a9a30945e9a (diff) | |
| download | Skyblocker-26984deb525091f52a83636e937c8ee961bdc878.tar.gz Skyblocker-26984deb525091f52a83636e937c8ee961bdc878.tar.bz2 Skyblocker-26984deb525091f52a83636e937c8ee961bdc878.zip | |
Remove imports section
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig index 1ea73d8a..7f534911 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,10 +13,6 @@ indent_style = tab indent_style = tab max_line_length = off ij_continuation_indent_size = 8 # IntelliJ default -# Imports -ij_java_imports_layout = *,|,javax.**,java.**,|,$* # IntelliJ default -ij_java_class_count_to_use_import_on_demand = 999 -ij_java_names_count_to_use_import_on_demand = 999 # Wrapping and Braces ij_java_keep_simple_blocks_in_one_line = true ij_java_keep_simple_classes_in_one_line = true |
