Created
October 25, 2018 13:30
-
-
Save mdstoy/6080ec0ef61438f10e68e3138d7bc856 to your computer and use it in GitHub Desktop.
(Lazy) Formatting flat XML without line breaks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:%s/> *<\([^/]\)/>^M<\1/g | filetype indent on | setf xml | set et | set sw=4 | normal gg=G |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source
Result