chore: Add .editorconfig

This commit is contained in:
oSumAtrIX 2024-02-13 02:55:07 +01:00
parent de3f2910fc
commit f80feb743e
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

3
.editorconfig Normal file
View File

@ -0,0 +1,3 @@
[*.{kt,kts}]
ktlint_code_style = intellij_idea
ktlint_standard_no-wildcard-imports = disabled