Files
OwnCord/.prettierrc.json
T

10 lines
155 B
JSON
Raw Normal View History

{
"singleQuote": false,
"semi": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always",
"endOfLine": "lf"
}