• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1" Force indentation styles for this directory
2autocmd FileType python set shiftwidth=4
3autocmd FileType python set tabstop=4
4autocmd FileType python set softtabstop=4
5
6autocmd FileType c set shiftwidth=2
7autocmd FileType c set tabstop=2
8autocmd FileType c set softtabstop=2
9