mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-23 19:04:33 -04:00
This was making my eyes bleed as I read over code.
I used the following in vim. I made them up on the fly, but they seemed
to pass manual inspection.
:g/},\n\s*{$/s//}, {/
:w
:g/{$\n\s*{$/s//{{/
:w
:g/^\(\s*\)},\n\1},$/s//}},/
:w
:g/^\(\s*\)},$\n\1}$/s//}}/
:w
|
||
|---|---|---|
| .. | ||
| apis/eventratelimit | ||
| admission.go | ||
| admission_test.go | ||
| cache.go | ||
| cache_test.go | ||
| config.go | ||
| doc.go | ||
| limitenforcer.go | ||