3
1
mirror of https://github.com/therootcompany/tz.js synced 2025-03-03 15:10:42 +00:00
tz.js/.prettierrc.json

8 lines
106 B
JSON
Raw Normal View History

2021-05-28 00:57:42 -06:00
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": false,
"bracketSpacing": true,
"semi": true
}