diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2020-08-09 16:55:14 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2020-08-11 12:50:36 +0000 |
| commit | 67a3c6d4264802cb0c506234b24d4c80fa52a76c (patch) | |
| tree | 5a2f44cbec52bd5ecbc9b63768186154370296c7 /.config/vim/ftdetect/cpp.vim | |
Initial
Diffstat (limited to '.config/vim/ftdetect/cpp.vim')
| -rw-r--r-- | .config/vim/ftdetect/cpp.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/vim/ftdetect/cpp.vim b/.config/vim/ftdetect/cpp.vim new file mode 100644 index 0000000..3166fda --- /dev/null +++ b/.config/vim/ftdetect/cpp.vim @@ -0,0 +1,2 @@ +autocmd BufRead *.cpp setlocal tabstop=4 +autocmd BufRead *.cpp setlocal shiftwidth=4 |
