Skip to content

src: Drop vim: lines

Ray Strode requested to merge drop-vim-lines into main

Many of the source files in tree have "vim:" lines to tell vim a hint about our coding style.

Unfortunately, they were written when plymouth used the GNU coding style, and it, of course, doesn't anymore.

This commit just drops them since the default vim indentation options match pretty well with the plymouth coding style now, anyway.

Merge request reports