Remove Boilerplate Use-case thingy

This commit is contained in:
2021-03-03 16:36:08 +01:00
parent 3e1683dfe5
commit a4bf998c5b
37 changed files with 382 additions and 495 deletions
+2 -3
View File
@@ -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