gctGenerator/.prettierrc
2020-06-29 23:31:44 +02:00

7 lines
110 B
Text

{
"printWidth": 100,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all"
}