From 6d564aa54cbbda7f3cbc8225f8561e8518009de2 Mon Sep 17 00:00:00 2001 From: Juuxel <6596629+Juuxel@users.noreply.github.com> Date: Sat, 24 Oct 2020 13:23:03 +0300 Subject: Add line breaks and import order (for IDEA) into .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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.**,|,$* -- cgit