Files
csgowtf/.prettierrc.json
2023-07-23 00:27:45 +02:00

9 lines
135 B
JSON

{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"bracketSameLine": true
}