aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-08-27 15:41:16 +0200
committernea <romangraef@gmail.com>2022-08-27 15:41:16 +0200
commitd9353ff54c20a08e4e078e0190fc1f364b08a2d1 (patch)
treecbff878e3d4ebbf943b2ebc732a8bbbcce74ff10 /.editorconfig
parent2019473c50dfe3f1c6fd071d123d49d43bc180c4 (diff)
downloadFirmament-d9353ff54c20a08e4e078e0190fc1f364b08a2d1.tar.gz
Firmament-d9353ff54c20a08e4e078e0190fc1f364b08a2d1.tar.bz2
Firmament-d9353ff54c20a08e4e078e0190fc1f364b08a2d1.zip
translation
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index e988d31..c0c6bb2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,3 +1,5 @@
+root = true
+
[*]
charset = utf-8
end_of_line = lf
@@ -7,4 +9,7 @@ insert_final_newline = true
max_line_length = 120
-[{*.kt,*.kts}]
+[*.kt]
+ij_kotlin_name_count_to_use_star_import = 99999
+ij_kotlin_name_count_to_use_star_import_for_members = 99999
+ij_kotlin_imports_layout = *, |, kotlinx.**, kotlin.**, net.minecraft.**, moe.nea.notenoughupdates.**, |, $*