Files
screeps-scripts/.prettierrc

10 lines
157 B
Plaintext

{
"semi": true,
"tabWidth": 4,
"printWidth": 120,
"singleQuote": false,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "auto"
}