Format short blocks and loops on a single line.

This commit is contained in:
chriseth
2019-05-08 13:28:00 +02:00
parent 6c9c54a657
commit 0532a8cef2
180 changed files with 338 additions and 1089 deletions
@@ -11,12 +11,7 @@
// {
// let y := 200
// switch calldataload(0)
// case 0 {
// }
// case 1 {
// y := 9
// }
// default {
// y := 100
// }
// case 0 { }
// case 1 { y := 9 }
// default { y := 100 }
// }