Files
endorsment/.prettierrc

9 lines
127 B
Plaintext

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