mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
parent
034e39c98e
commit
c3024141da
1 changed files with 3 additions and 4 deletions
|
@ -7,6 +7,9 @@ insert_final_newline = true
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.gradle]
|
[*.gradle]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
@ -28,7 +31,3 @@ tab_width = 2
|
||||||
[*.properties]
|
[*.properties]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[.editorconfig]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
||||||
|
|
Loading…
Reference in a new issue