Skip to content

Commit d13862e

Browse files
committed
Add .vimrc to root dir
1 parent 9acc56f commit d13862e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vimrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
" Force indentation styles for this directory
2+
autocmd FileType python set shiftwidth=4
3+
autocmd FileType python set tabstop=4
4+
autocmd FileType python set softtabstop=4

0 commit comments

Comments
 (0)