angular/.prettierrc
2020-01-29 11:52:19 -08:00

6 lines
90 B
Text

{
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true,
"printWidth": 120
}