{
	"singleQuote": true,
	"semi": true,
	"useTabs": false,
	"tabWidth": 2,  // 탭 너비(space 2칸)
	"trailingComma": "all",
	"printWidth": 80
}