0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00
svelte/.flowconfig
Arpad Borsos ce05c6c8a3
add editorconfig and flowconfig files
This does *not* mean that svelte is using flow (yet ? :-), it is only
that people using flow for code completion get some meaningful results
instead of flow complaining about a missing .flowconfig file.

The editorconfig is so that people who use spaces by default get their
editor using tabs like expected.
2016-12-05 10:02:55 +01:00

10 lines
78 B
Plaintext

[ignore]
<PROJECT_ROOT>/dist/.*
[include]
[libs]
[options]
strip_root=true