koibot/.prettierrc

6 lines
76 B
Plaintext
Raw Normal View History

2023-06-28 23:03:11 +09:00
{
"semi": false,
"endOfLine": "lf",
"useTabs": true,
"tabWidth": 4
}