mirror of https://github.com/sveltejs/svelte
parent
0d263cc1ea
commit
cb2f76c35b
@ -0,0 +1,10 @@
|
||||
{
|
||||
"quoteProps": "consistent",
|
||||
"arrowParens": "avoid",
|
||||
"jsxBracketSameLine": true,
|
||||
"jsxSingleQuote": true,
|
||||
"singleQuote": true,
|
||||
"printWidth": 120,
|
||||
"useTabs": true,
|
||||
"semi": true
|
||||
}
|
Loading…
Reference in new issue