1
0
Fork 0

Minimize vim options defined in templates

main
Joel Goguen 1 year ago
parent 5fab649ccf
commit 0e6a608149
No known key found for this signature in database
GPG Key ID: 5E6F6EBBFBB22A7C

@ -1,5 +1,4 @@
// vim: set filetype=c syntax=c autoindent noexpandtab sts=2 ts=2 sw=2: // vim: set filetype=c autoindent noexpandtab sts=2 ts=2 sw=2:
// vim: foldmethod=marker foldmarker=[[[,]]]:
<$ LICENSE.MIT $> <$ LICENSE.MIT $>

@ -1,4 +1,3 @@
// vim: set filetype=go syntax=go noexpandtab ts=2 sts=2 sw=2 foldmethod=marker: // vim: set filetype=go noexpandtab ts=2 sts=2 sw=2:
// vim: set foldmarker=[[[,]]]:
// Package <# DIRNAME #> is // Package <# DIRNAME #> is
package <# DIRNAME #> package <# DIRNAME #>

@ -1,5 +1,4 @@
// vim: set filetype=c syntax=c autoindent noexpandtab sts=2 ts=2 sw=2: // vim: set filetype=c autoindent noexpandtab sts=2 ts=2 sw=2:
// vim: foldmethod=marker foldmarker=[[[,]]]:
<$ LICENSE.MIT $> <$ LICENSE.MIT $>

@ -1,2 +1,2 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# vim: set expandtab sw=4 ts=4 sts=4 foldmethod=indent filetype=python syntax=python: # vim: set expandtab sw=4 ts=4 sts=4 foldmethod=indent filetype=python:

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# vim: set filetype=sh noexpandtab ts=2 sts=2 sw=2 foldmethod=marker: # vim: set filetype=sh noexpandtab ts=2 sts=2 sw=2:
# vim: set foldmarker=[[[,]]]:
set -e set -e

@ -1,4 +1,4 @@
% vim: set autoindent sts=4 ts=4 sw=4 noexpandtab foldmethod=syntax % vim: set autoindent sts=4 ts=4 sw=4 noexpandtab foldmethod=syntax:
\documentclass{article} \documentclass{article}

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# vim: set filetype=sh noexpandtab ts=2 sts=2 sw=2 foldmethod=marker: # vim: set filetype=sh noexpandtab ts=2 sts=2 sw=2:
# vim: set foldmarker=[[[,]]]:
set -e set -e

Loading…
Cancel
Save