arch-setup/.prettier.json
2020-11-24 16:55:00 +01:00

9 lines
142 B
JSON

{
"singleQuote": true,
"printWidth": 90,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"parser": "yaml"
}