bootlang/.prettierrc.json

8 lines
111 B
JSON

{
"useTabs": false,
"tabWidth": 2,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 100
}