summaryrefslogtreecommitdiff
path: root/.vim/after
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after')
-rw-r--r--.vim/after/ftplugin/cpp.vim5
-rw-r--r--.vim/after/ftplugin/cs.vim3
2 files changed, 8 insertions, 0 deletions
diff --git a/.vim/after/ftplugin/cpp.vim b/.vim/after/ftplugin/cpp.vim
new file mode 100644
index 0000000..0e18e2e
--- /dev/null
+++ b/.vim/after/ftplugin/cpp.vim
@@ -0,0 +1,5 @@
+setlocal expandtab
+setlocal shiftwidth=4
+setlocal softtabstop=4
+
+setlocal cino=N-s
diff --git a/.vim/after/ftplugin/cs.vim b/.vim/after/ftplugin/cs.vim
new file mode 100644
index 0000000..765e06c
--- /dev/null
+++ b/.vim/after/ftplugin/cs.vim
@@ -0,0 +1,3 @@
+setlocal expandtab
+setlocal shiftwidth=4
+setlocal softtabstop=4