aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-10-24 14:20:09 +0300
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-10-24 14:20:09 +0300
commitd28de77017fc810cd253021470bc7de6f9a96f12 (patch)
tree76ac08b8a0999009cdf9c84e63662b6368464f3f /.editorconfig
parent6d564aa54cbbda7f3cbc8225f8561e8518009de2 (diff)
downloadLibGui-d28de77017fc810cd253021470bc7de6f9a96f12.tar.gz
LibGui-d28de77017fc810cd253021470bc7de6f9a96f12.tar.bz2
LibGui-d28de77017fc810cd253021470bc7de6f9a96f12.zip
Add checkstyle to check code format
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 51ff9ad..e8cdad1 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,6 +4,7 @@ root = true
charset = utf-8
indent_style = tab
end_of_line = lf
+insert_final_newline = true
[*.java]
ij_java_imports_layout = com.mojang.**,net.fabricmc.**,net.minecraft.**,|,*,|,javax.**,java.**,|,$*