gulp-wp-block/.prettierrc

7 lines
87 B
Plaintext
Raw Normal View History

2020-06-29 20:23:42 +00:00
{
"trailingComma": "es5",
"useTabs": true,
"semi": true,
"singleQuote": true
}