Update editorconfig for kotlin gradle files and fix indentation in files
This commit is contained in:
parent
6565ba08e5
commit
a671ac2d56
5 changed files with 150 additions and 150 deletions
|
@ -7,13 +7,13 @@ insert_final_newline = true
|
|||
tab_width = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.gradle]
|
||||
[*.gradle.kts]
|
||||
indent_style = tab
|
||||
|
||||
[*.java]
|
||||
indent_style = tab
|
||||
|
||||
[*.kotlin]
|
||||
[*.kt]
|
||||
indent_size = tab
|
||||
|
||||
[*.json]
|
||||
|
|
Loading…
Reference in a new issue