Update editorconfig for kotlin gradle files and fix indentation in files

This commit is contained in:
NoComment1105 2023-01-09 07:53:08 +00:00
parent 6565ba08e5
commit a671ac2d56
No known key found for this signature in database
GPG key ID: 4F0E376B44CBF79E
5 changed files with 150 additions and 150 deletions

View file

@ -7,13 +7,13 @@ insert_final_newline = true
tab_width = 4 tab_width = 4
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.gradle] [*.gradle.kts]
indent_style = tab indent_style = tab
[*.java] [*.java]
indent_style = tab indent_style = tab
[*.kotlin] [*.kt]
indent_size = tab indent_size = tab
[*.json] [*.json]