nix-installer-action/.prettierrc.json

10 lines
195 B
JSON
Raw Normal View History

2023-07-11 10:34:16 -07:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}