mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 03:47:27 +01:00
16 lines
264 B
INI
16 lines
264 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
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
|