3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-16 22:55:03 +00:00

prettier: increase max line width to 120

This commit is contained in:
Dragory 2018-08-18 13:24:13 +03:00
parent bc437a9052
commit a288c58995

View file

@ -1,3 +1,3 @@
{
"printWidth": 100
"printWidth": 120
}