summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-31 08:28:21 +0200
committerSven Eden <yamakuzure@gmx.net>2017-08-04 14:34:53 +0200
commitf3dca9e3c3373a5817582d4b583077b8f9358604 (patch)
treeea76ef30c91cf194ec7b47f59df44d452f26e10b /.vimrc
parentf3061b4c6efa8275466c56f291eca43d36178213 (diff)
General: Update build system to upstream support of meson+ninja.
Upstream thinks, that the auto tools are too 'legacy', or that they are at least no longer fitting. We follow, as the classic auto tools files have been removed, so no other choice here...
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc20
1 files changed, 0 insertions, 20 deletions
diff --git a/.vimrc b/.vimrc
deleted file mode 100644
index 284bf8849..000000000
--- a/.vimrc
+++ /dev/null
@@ -1,20 +0,0 @@
-" 'set exrc' in ~/.vimrc will read .vimrc from the current directory
-" Warning: Enabling exrc is dangerous! You can do nearly everything from a
-" vimrc configuration file, including write operations and shell execution.
-" You should consider setting 'set secure' as well, which is highly
-" recommended!
-
-" Note that we set a line width of 119 for .c and XML files, but for everything
-" else (such as journal catalog files, unit files, README files) we stick to a
-" more conservative 79 characters.
-
-" NOTE: If you update this file make sure to update .dir-locals.el and
-" .editorconfig, too.
-
-set tabstop=8
-set shiftwidth=8
-set expandtab
-set makeprg=GCC_COLORS=\ make
-set tw=79
-au BufRead,BufNewFile *.xml set tw=119 shiftwidth=2 smarttab
-au FileType c set tw=119