diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-10-24 14:20:09 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-10-24 14:20:09 +0300 |
commit | d28de77017fc810cd253021470bc7de6f9a96f12 (patch) | |
tree | 76ac08b8a0999009cdf9c84e63662b6368464f3f /.editorconfig | |
parent | 6d564aa54cbbda7f3cbc8225f8561e8518009de2 (diff) | |
download | LibGui-d28de77017fc810cd253021470bc7de6f9a96f12.tar.gz LibGui-d28de77017fc810cd253021470bc7de6f9a96f12.tar.bz2 LibGui-d28de77017fc810cd253021470bc7de6f9a96f12.zip |
Add checkstyle to check code format
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
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.**,|,$* |