Some new Python code settings: 100 character lines (oh my!)
This commit is contained in:
parent
395986145b
commit
2f0b6d99b7
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
setlocal shiftwidth=4
|
||||
setlocal softtabstop=4
|
||||
setlocal expandtab
|
||||
setlocal textwidth=100
|
||||
setlocal colorcolumn=100
|
||||
|
||||
"setlocal foldnestmax=3
|
||||
"setlocal fdm=indent
|
||||
setlocal textwidth=80
|
||||
|
||||
setlocal makeprg="pylint -f parseable %"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue