Browse Source

vim: autopep8 on save enabled

master
Dirk Alders 1 year ago
parent
commit
346a572ce2
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      vimrc

+ 6
- 0
vimrc View File

@@ -53,6 +53,12 @@ set expandtab
53 53
 " Indent using four spaces.
54 54
 set tabstop=4 
55 55
 
56
+"
57
+" PEP8 rules
58
+"
59
+let g:autopep8_max_line_length=150
60
+let g:autopep8_on_save = 1
61
+
56 62
 "
57 63
 " Search Options
58 64
 "

Loading…
Cancel
Save