12 lines
207 B
JSON
Executable File
12 lines
207 B
JSON
Executable File
// File: .prettierrc.json
|
|
{
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf"
|
|
}
|