Add EditorConfig for *.skin files
This commit is contained in:
parent
0e21a8adb6
commit
16448dab95
1 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@ end_of_line = lf
|
|||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{java,skin}]
|
||||
indent_size = 3
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.{java}]
|
||||
indent_size = 3
|
||||
|
|
Loading…
Add table
Reference in a new issue