Files
xahau.js/.prettierrc
2019-11-13 09:50:13 -08:00

9 lines
164 B
Plaintext

{
"parser": "typescript",
"printWidth": 80,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"quoteProps": "consistent"
}