Merge pull request #121 from sveltejs/toolconfigs

add editorconfig and flowconfig files
pull/131/head
Arpad Borsos 8 years ago committed by GitHub
commit 469bc19d90

@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
[{package.json,.travis.yml,.eslintrc.json}]
indent_style = space
indent_size = 2

@ -0,0 +1,9 @@
[ignore]
<PROJECT_ROOT>/dist/.*
[include]
[libs]
[options]
strip_root=true
Loading…
Cancel
Save