2017-04-20 01:37:40 +00:00
|
|
|
[*.{js,json,html}]
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
2017-08-19 00:21:14 +00:00
|
|
|
indent_size = 2
|
2017-08-19 14:54:13 +00:00
|
|
|
insert_final_newline = true
|
2017-08-23 01:16:21 +00:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
end_of_line = lf
|