Files
rack-planner/.prettierrc
T

8 lines
106 B
Plaintext
Raw Normal View History

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2
}