diff options
author | modmuss50 <modmuss50@gmail.com> | 2020-12-24 20:58:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 20:58:30 +0000 |
commit | 03444f26b0fbcc6924440208c9e97f5cdfccdc0b (patch) | |
tree | 1d1d85c94eb68f5635d862d0e872bf5584ec972f /.editorconfig | |
parent | b0860c36d64ddcbee39770af1f9fbb8370641bdd (diff) | |
download | architectury-loom-03444f26b0fbcc6924440208c9e97f5cdfccdc0b.tar.gz architectury-loom-03444f26b0fbcc6924440208c9e97f5cdfccdc0b.tar.bz2 architectury-loom-03444f26b0fbcc6924440208c9e97f5cdfccdc0b.zip |
General code cleanup (#313)
* First general cleanup pass
* Review feedback
* Fix build
* Fix tests
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index d8e8a537..996493f3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ [*.{gradle,java}] indent_style = tab ij_continuation_indent_size = 8 -ij_java_imports_layout = $*,|,java.**,|,*,|,net.fabricmc.** +ij_java_imports_layout = $*,|,java.**,|,javax.**,|,*,|,net.fabricmc.** |