File size: 238 Bytes
4a9e8e5
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"arrowParens": "always",
	"bracketSpacing": true,
	"printWidth": 120,
	"quoteProps": "consistent",
	"semi": true,
	"singleQuote": true,
	"svelteIndentScriptAndStyle": false,
	"useTabs": false,
	"tabWidth": 2,
	"trailingComma": "es5"
}