Files
CollabTable/CollabTableServer/.prettierrc
T

6 lines
93 B
Plaintext
Raw Normal View History

{
"singleQuote": true,
"semi": true,
"trailingComma": "all",
"printWidth": 100
}