js was not honored
This commit is contained in:
parent
3f6b2c817d
commit
82b18bc710
@ -1,13 +1,13 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*, *.json, *.js]
|
[*{json,js}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.md, !test/*md]
|
[*.md, !test/*.md]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user