diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-10-24 13:23:03 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-10-24 13:23:03 +0300 |
commit | 6d564aa54cbbda7f3cbc8225f8561e8518009de2 (patch) | |
tree | ca4154bdd3f7b72f4b475647df9a28350778e017 /.editorconfig | |
parent | b73908d47da7773a3a6076b1b241db1828ed1435 (diff) | |
download | LibGui-6d564aa54cbbda7f3cbc8225f8561e8518009de2.tar.gz LibGui-6d564aa54cbbda7f3cbc8225f8561e8518009de2.tar.bz2 LibGui-6d564aa54cbbda7f3cbc8225f8561e8518009de2.zip |
Add line breaks and import order (for IDEA) into .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index c0fbc46..51ff9ad 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,7 @@ root = true [*] charset = utf-8 indent_style = tab +end_of_line = lf + +[*.java] +ij_java_imports_layout = com.mojang.**,net.fabricmc.**,net.minecraft.**,|,*,|,javax.**,java.**,|,$* |