djLint/docs/.prettierrc
Christopher Pickering 6465f709d1
reformatted
2022-01-24 09:03:25 -06:00

11 lines
No EOL
226 B
Text

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"jsxBracketSameLine": false,
"semi": true
}