Computer/.prettierrc.json
Alexander Bass e53d40d5be init
2024-02-14 22:54:23 -05:00

9 lines
146 B
JSON
Executable file

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