diff options
author | nea <romangraef@gmail.com> | 2022-08-27 15:41:16 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-08-27 15:41:16 +0200 |
commit | d9353ff54c20a08e4e078e0190fc1f364b08a2d1 (patch) | |
tree | cbff878e3d4ebbf943b2ebc732a8bbbcce74ff10 /.editorconfig | |
parent | 2019473c50dfe3f1c6fd071d123d49d43bc180c4 (diff) | |
download | Firmament-d9353ff54c20a08e4e078e0190fc1f364b08a2d1.tar.gz Firmament-d9353ff54c20a08e4e078e0190fc1f364b08a2d1.tar.bz2 Firmament-d9353ff54c20a08e4e078e0190fc1f364b08a2d1.zip |
translation
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 7 |
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.**, |, $* |