mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 19:09:29 +08:00
16 lines
281 B
Text
16 lines
281 B
Text
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = tabs
|
|
indent_size = 2
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
|
|
[test/**/expected.css]
|
|
insert_final_newline = false
|
|
|
|
[{package.json,.travis.yml,.eslintrc.json}]
|
|
indent_style = space
|
|
indent_size = 2
|