Skip to content

Don't overwrite ST settings when no pep8 config file exists.

Compare
Choose a tag to compare
@nfvs nfvs released this 13 Jun 08:33
· 16 commits to master since this release
Don't overwrite settings when no pep8 config file exists.

The pep8 module always returns a config file, even when one doesn't
exists. When it doesn't, it means pep8 merely read the defaults, so
don't overwrite ST's settings.

Fixes issue #4.