xyter/.prettierrc

7 lines
101 B
Text

{
"trailingComma": "es5",
"tabWidth": 2,
"tabs": true,
"semi": true,
"singleQuote": true
}