2
0
mirror of https://github.com/therootcompany/acme.js synced 2025-02-20 14:48:05 +00:00
acme.js/.prettierrc
2019-10-02 15:04:54 -06:00

9 lines
135 B
Plaintext

{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": true
}