Files
Michess/.prettierrc
Nathaniel Tampus 17ce3cf4c4 move to public repo
2023-01-03 15:47:30 +08:00

8 lines
114 B
Plaintext

{
"semi": true,
"printWidth": 100,
"singleQuote": false,
"trailingComma": "none",
"endOfLine": "auto"
}