1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
awx/.prettierrc
Keith Grant e49b9a202e
Prettier configs (#281)
Add .prettierrc and update eslint configs
2019-06-25 11:26:44 -07:00

9 lines
131 B
Plaintext

{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true
}