File: .vimrc

package info (click to toggle)
yapf 0.40.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,460 kB
  • sloc: python: 18,916; sh: 33; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (6)
1
2
3
4
" Force indentation styles for this directory
autocmd FileType python set shiftwidth=2
autocmd FileType python set tabstop=2
autocmd FileType python set softtabstop=2