tokenbridge/.prettierrc
Przemyslaw Rzad 40be5a5f8e
Extend line width to 120 (#174)
* Extend line width to 120

* Lint fixes
2019-08-01 15:10:22 +02:00

7 lines
90 B
Plaintext

{
"semi": false,
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": true
}