travelynx/sass/.prettierrc

7 lines
105 B
Text

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