gulp-web/.prettierrc

8 lines
105 B
Plaintext
Raw Normal View History

2020-05-15 18:40:05 +00:00
{
"trailingComma": "es5",
"useTabs": true,
"tabWidth": 4,
"semi": false,
"singleQuote": true
}