UNPKG

@josiahrarebird/code-formatting

Version:

Shared development tools for our team (Prettier, Pint, etc.)

18 lines (17 loc) 303 B
{ "semi": true, "tabWidth": 2, "printWidth": 80, "singleQuote": true, "trailingComma": "es5", "bracketSameLine": false, "htmlWhitespaceSensitivity": "ignore", "overrides": [ { "files": ["*.scss", "*.less", "*.css"], "options": { "tabWidth": 4 } } ] }