Commit Graph

9 Commits

Author SHA1 Message Date
ZyX ae92d83eae Fix powerline style
Specifically I searched for all lines that are more then one tab off compared to 
the previous line with

    BufGrep /\(^\t\+\)\S.*\n\1\t\t\+/

and replaced them with something more appropriate. Most of time this resulted in 
a few more newlines, but there are cases when I used mixed tabs/spaces 
indentation+alignment.
2014-08-15 20:58:19 +04:00
ZyX fa93d0a929 Ignore E101 (“indentation contains mixed spaces and tabs”) 2014-08-15 20:04:12 +04:00
ZyX 2f3d56887f Drop unneeded ignores 2014-08-15 20:02:28 +04:00
ZyX 34b928091a Move some settings from .local.vimrc to .editorconfig
Closes #865 as WONTFIX. It is better to have one .editorconfig then a number of 
editor-specific files.
2014-05-04 12:10:32 +04:00
ZyX 4a2fbb096b Add &ts setting and comment regarding .local.vimrc usage 2014-02-04 00:10:16 +04:00
ZyX 9446ac91f8 Make sure flake8 does not show any errors in powerline/lint/**/*.py files 2013-11-03 02:15:24 +04:00
ZyX 2c53378945 Also ignore trailing whitespaces 2013-04-07 04:16:57 +04:00
ZyX 25f19596dd Also ignore E225 like suggested in CONTRIBUTING.rst 2013-04-06 23:14:18 +04:00
ZyX 137a415a9b Add .local.vimrc with configuration for the lint checker
Ref #314
2013-03-15 19:31:08 +04:00