Files
screeps-scripts/.prettierrc
2020-07-15 13:07:28 +07:00

10 lines
157 B
Plaintext

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