diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-05-14 16:25:01 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-05-14 16:25:01 +0300 |
commit | eb69ae5b01680e58d7d6af1375e0c1c1bb591c24 (patch) | |
tree | bfbc234a25b08d81d0cd62e5ba6625bfa8569e57 /.editorconfig | |
parent | 9d35da107eaa44daa1ea5345082125ac656f6c97 (diff) | |
download | LibGui-eb69ae5b01680e58d7d6af1375e0c1c1bb591c24.tar.gz LibGui-eb69ae5b01680e58d7d6af1375e0c1c1bb591c24.tar.bz2 LibGui-eb69ae5b01680e58d7d6af1375e0c1c1bb591c24.zip |
Apply checkstyle to every Gradle project
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 73c5d15..c3db1ed 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,7 @@ insert_final_newline = true [*.java] ij_java_imports_layout = com.mojang.**,net.fabricmc.**,net.minecraft.**,|,*,|,javax.**,java.**,|,$* +ij_java_layout_static_imports_separately = false ij_java_class_count_to_use_import_on_demand = 1000 # This seems to be needed so that IDEA properly uses tabs in json files. |