This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set shiftwidth=2 | |
set softtabstop=2 | |
set expandtab |
The reason is here, and there is an issue filed against this behavior.
To avoid modifying tons of files, I added the following line to my ~/.vimrc to turn this feature off.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:python_recommended_style = 0 |
沒有留言:
張貼留言