Computer/.prettierrc.json
2024-02-16 00:17:23 -05:00

9 lines
146 B
JSON
Executable file

{
"trailingComma": "es5",
"useTabs": true,
"semi": true,
"endOfLine": "lf",
"singleQuote": false,
"printWidth": 120
}