diff options
| author | Thomas Schneider <qsx@qsx.re> | 2017-12-23 17:18:42 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2017-12-23 17:18:42 +0100 |
| commit | a6d305bfd2c7a76f06e820f7a95313ff6928b0ba (patch) | |
| tree | a131053dcf688b405bfd719b230593702d17a064 /dot.vimrc.local | |
| parent | e8ed2977128fb59a2b376937428729649cfc4418 (diff) | |
vim: Set formatting options for TeX files
Diffstat (limited to 'dot.vimrc.local')
| -rw-r--r-- | dot.vimrc.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.vimrc.local b/dot.vimrc.local index 76143a9..e3c5b6b 100644 --- a/dot.vimrc.local +++ b/dot.vimrc.local @@ -11,5 +11,6 @@ augroup END au FileType haskell setlocal expandtab au FileType ruby set tabstop=2 shiftwidth=2 expandtab textwidth=80 au FileType yaml set tabstop=2 shiftwidth=2 expandtab textwidth=80 +au FileType tex set tabstop=2 shiftwidth=2 expandtab textwidth=80 au BufNewFile,BufRead c[0-9][0-9][0-9][0-9]-fsmpi-[0-9]-config set filetype=cisco au BufNewFile,BufRead (startup|running|network)-config set filetype=cisco |
