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: foldmethod=marker foldmarker=[[[,]]]:
// vim: set filetype=c autoindent noexpandtab sts=2 ts=2 sw=2:
<$ LICENSE.MIT $>

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

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

@ -1,2 +1,2 @@
#!/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
# vim: set filetype=sh noexpandtab ts=2 sts=2 sw=2 foldmethod=marker:
# vim: set foldmarker=[[[,]]]:
# vim: set filetype=sh noexpandtab ts=2 sts=2 sw=2:
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}

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

Loading…
Cancel
Save