Files
runner-container-hooks/.prettierrc.json
2022-06-02 15:53:11 -04:00

11 lines
204 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"parser": "typescript"
}