{
	"trailingComma": "all",
	"proseWrap": "always",
	"singleQuote": true,
	"useTabs": true,
	"tabWidth": 4,
	"overrides": [
		{
			"files": [
				"*.json",
				"*.yml",
				"*.yaml",
				"*.md"
			],
			"options": {
				"printWidth": 120,
				"tabWidth": 2,
				"useTabs": false
			}
		}
	]
}
