File size: 238 Bytes
3de2a7a
b450589
 
 
 
 
3de2a7a
b450589
 
 
 
3de2a7a
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"
}