nodejs-bash-completion/.prettierrc.json
2024-06-24 22:53:49 +02:00

12 lines
201 B
JSON

{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false,
"arrowParens": "always",
"endOfLine": "lf"
}