setup-clojure/.prettierrc.json

11 lines
180 B
JSON
Raw Normal View History

2019-10-04 11:41:15 +02:00
{
2020-08-20 11:39:44 +02:00
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
2019-10-04 11:41:15 +02:00
}