bootlang/.prettierrc.json
2023-10-04 14:10:46 -05:00

8 lines
111 B
JSON

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