screeps-ai/.prettierrc
2020-05-31 15:06:55 +03:00

8 lines
107 B
Plaintext

{
"semi": true,
"tabWidth": 2,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "none"
}