mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-25 00:51:01 +01:00
ce05c6c8a3
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.
10 lines
78 B
Plaintext
10 lines
78 B
Plaintext
[ignore]
|
|
<PROJECT_ROOT>/dist/.*
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
|
|
[options]
|
|
strip_root=true
|