10 lines
147 B
INI
10 lines
147 B
INI
|
# All files
|
||
|
[*]
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
indent_style = tab
|
||
|
indent_size = 2
|
||
|
|
||
|
# Markup files
|
||
|
[*.{json,yml}]
|
||
|
indent_style = space
|