{
	"printWidth": 140,
	"proseWrap": "always",
	"singleQuote": true,
	"tabWidth": 4,
	"useTabs": false,
	"trailingComma": "none",
	"semi": true,
	"endOfLine": "lf",
	"arrowParens": "always",
	"overrides": [
		{
			"files": ["*.json"],
			"options": {
				"tabWidth": 4,
				"useTabs": true
			}
		}
	]
}