Update .editorconfig, fix #24

sorry
This commit is contained in:
Ennui Langeweile 2023-03-31 20:22:59 -03:00 committed by GitHub
parent 034e39c98e
commit c3024141da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -7,6 +7,9 @@ insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.gradle]
indent_style = tab
@ -28,7 +31,3 @@ tab_width = 2
[*.properties]
indent_style = space
indent_size = 2
[.editorconfig]
indent_style = space
indent_size = 4