Remove Boilerplate Use-case thingy
This commit is contained in:
+2
-3
@@ -9,9 +9,8 @@ charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{kt, kts}]
|
||||
[*.{kt,kts}]
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
max_line_length = 120
|
||||
disabled_rules = no-wildcard-imports
|
||||
kotlin_imports_layout = idea
|
||||
disabled_rules = no-wildcard-imports,import-ordering
|
||||
|
||||
Reference in New Issue
Block a user