]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
ply-text-display.c: Correct vi format line
authorZhaoQiang <zhaoqiangx@gmail.com>
Sun, 2 Jun 2019 19:52:58 +0000 (19:52 +0000)
committerRay Strode <halfline@gmail.com>
Sun, 2 Jun 2019 19:52:58 +0000 (19:52 +0000)
make vi can directly edit this file without errors and make it use 8 space
tabs etc.

src/libply-splash-core/ply-text-display.c

index 83bf6025d221ba2aa9fd85277e34d5b304fa2700..7bf6e06d62e628dab12f9d0fa51e68ce990d6339 100644 (file)
@@ -333,4 +333,4 @@ ply_text_display_get_terminal (ply_text_display_t *display)
         return display->terminal;
 }
 
-/* vim: set ts= 4 sw= 4 et ai ci cino= {.5s,^-2,+.5s,t0,g0,e-2,n-2,p2s,(0,=.5s,:.5s */
+/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */