Merge branch 'develop' of https://github.com/LLNL/spack into features/custom_modulefile_from_config

This commit is contained in:
alalazo 2016-05-10 12:44:24 +02:00
commit c11a665ba1
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
[style]
based_on_style = pep8
column_limit = 80
column_limit = 79

View File

@ -1,3 +1,3 @@
[flake8]
ignore = W391,F403
max-line-length = 120
ignore = W391,F403,E221
max-line-length = 79