Files
werf-actions/.prettierrc.json
Alexey Igrychev fe3767b155 Let It Go
2020-05-25 23:52:36 +01:00

11 lines
205 B
JSON

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