Add config for text files
This commit is contained in:
parent
f30305fd95
commit
1c1f5e411a
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ indent_style = tab
|
|||
[*.html]
|
||||
indent_size = 2
|
||||
|
||||
[*.txt]
|
||||
indent_size = 8
|
||||
indent_style = tab
|
||||
|
||||
[*.xml]
|
||||
indent_size = 2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue