game-engine/.prettierrc

7 lines
121 B
Text
Raw Normal View History

2024-07-07 22:50:34 -05:00
{
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf",
"singleAttributePerLine": true
}