sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.48k stars 79 forks source link

Add EditorConfig #51

Closed bershanskiy closed 3 years ago

bershanskiy commented 3 years ago

This file specifies formatting configuration for text editors so that, e.g., VisualStudio (Code) does not mess up formatting of text files, creating large commit diffs. This configuation can be extended later (e.g., to include Svelte and other files), but now it fixes all JS and TS files for me. If you have never used EditorConfig, I can answer your questions.