Browse Source

add vim c-config

Kevin Heinicke 10 năm trước cách đây
mục cha
commit
3a933cbc77
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .vim/after/ftplugin/c.vim

+ 2 - 0
.vim/after/ftplugin/c.vim

@@ -0,0 +1,2 @@
+setlocal shiftwidth=2
+setlocal tabstop=2