MeshiTrack/.prettierrc

10 lines
154 B
Text
Raw Normal View History

2026-03-27 14:50:34 +09:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always",
"endOfLine": "lf"
}