xyter/.prettierrc
2022-03-12 23:18:06 +01:00

7 lines
113 B
Text

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