diff --git a/Makefile b/Makefile index 53ec6c2..9939d11 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ # vim:syntax=make:fileencoding=utf-8:ts=4:noexpandtab:linebreak:wrap -# vim: set syntax=make fileencoding=utf-8 ts=4 noexpandtab linebreak:wrap +# vim: set syntax=make fileencoding=utf-8 ts=4 noexpandtab linebreak wrap : diff --git a/asciidoc.adoc b/asciidoc.adoc index decae38..b7b6287 100644 --- a/asciidoc.adoc +++ b/asciidoc.adoc @@ -1,2 +1,2 @@ // vim:syntax=asciidoc:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap -// vim: set syntax=asciidoc fileencoding=utf-8 ts=4 expandtab linebreak:wrap +// vim: set syntax=asciidoc fileencoding=utf-8 ts=4 expandtab linebreak wrap : diff --git a/bash.sh b/bash.sh index 30e49ef..901dd1a 100644 --- a/bash.sh +++ b/bash.sh @@ -1,2 +1,2 @@ # vim:syntax=bash:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap -# vim: set syntax=bash fileencoding=utf-8 ts=4 expandtab linebreak:wrap +# vim: set syntax=bash fileencoding=utf-8 ts=4 expandtab linebreak wrap : diff --git a/c.c b/c.c index c2cafa0..6ebd3c9 100644 --- a/c.c +++ b/c.c @@ -1,2 +1,2 @@ // vim:syntax=c:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap -// vim: set syntax=c fileencoding=utf-8 ts=4 expandtab linebreak:wrap +// vim: set syntax=c fileencoding=utf-8 ts=4 expandtab linebreak wrap : diff --git a/golang.go b/golang.go index 33eab09..55ccaba 100644 --- a/golang.go +++ b/golang.go @@ -1,2 +1,2 @@ // vim:syntax=go:fileencoding=utf-8:ts=4:sw=4:sts=4:noexpandtab:linebreak:wrap -// vim: set syntax=go fileencoding=utf-8 ts=4 sw=4 sts=4 noexpandtab linebreak:wrap +// vim: set syntax=go fileencoding=utf-8 ts=4 sw=4 sts=4 noexpandtab linebreak wrap : diff --git a/la.tex b/la.tex index 2e32422..ee22fc2 100644 --- a/la.tex +++ b/la.tex @@ -1,2 +1,2 @@ % vim:syntax=tex:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap -% vim: set syntax=tex fileencoding=utf-8 ts=4 expandtab linebreak:wrap +% vim: set syntax=tex fileencoding=utf-8 ts=4 expandtab linebreak wrap : diff --git a/markdown.md b/markdown.md index 5d5032e..2e7f390 100644 --- a/markdown.md +++ b/markdown.md @@ -3,5 +3,5 @@ vim:syntax=markdown:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap --> diff --git a/restructuredtext.rst b/restructuredtext.rst index 0899311..ac20393 100644 --- a/restructuredtext.rst +++ b/restructuredtext.rst @@ -1,2 +1,2 @@ .. vim:syntax=rst:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap -.. vim: set syntax=rst fileencoding=utf-8 ts=4 expandtab linebreak:wrap +.. vim: set syntax=rst fileencoding=utf-8 ts=4 expandtab linebreak wrap : diff --git a/yaml.yaml b/yaml.yaml index 5eee1c0..1c0452a 100644 --- a/yaml.yaml +++ b/yaml.yaml @@ -1,2 +1,2 @@ # vim:syntax=yaml:fileencoding=utf-8:ts=2:expandtab:linebreak:wrap -# vim: set syntax=yaml fileencoding=utf-8 ts=2 expandtab linebreak:wrap +# vim: set syntax=yaml fileencoding=utf-8 ts=2 expandtab linebreak wrap :