Files
directus/.prettierrc
Rijk van Zanten 4c2f5dc2ba Change print width to 120 (#671)
* Increase line-width to 120

* Auto-fix 100->120 columns
2020-06-01 16:50:08 -04:00

7 lines
115 B
Plaintext

{
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 120,
"singleQuote": true,
"useTabs": true
}