aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-10-24 13:23:03 +0300
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-10-24 13:23:03 +0300
commit6d564aa54cbbda7f3cbc8225f8561e8518009de2 (patch)
treeca4154bdd3f7b72f4b475647df9a28350778e017 /.editorconfig
parentb73908d47da7773a3a6076b1b241db1828ed1435 (diff)
downloadLibGui-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--.editorconfig4
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.**,|,$*