2018-03-02 15:34:17 -05:00
|
|
|
root = true
|
|
|
|
|
2018-04-05 11:36:07 -04:00
|
|
|
[*.{json,js}]
|
2018-03-02 15:34:17 -05:00
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
|
2018-04-05 11:35:30 -04:00
|
|
|
[*.md, !test/*.md]
|
2018-03-02 15:34:17 -05:00
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
2018-03-14 16:49:40 -04:00
|
|
|
indent_style = tab
|
2018-03-02 15:34:17 -05:00
|
|
|
indent_size = 4
|