diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-05-09 15:19:17 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-05-10 00:51:08 -0700 |
commit | d3ade02c161822589e4647056293da2b8313d70c (patch) | |
tree | 83b6efc4ba86802a038408fbf03f8a2abf49b968 | |
parent | 81cb520b470511509446246c72be4ae6220e088e (diff) | |
download | spack-d3ade02c161822589e4647056293da2b8313d70c.tar.gz spack-d3ade02c161822589e4647056293da2b8313d70c.tar.bz2 spack-d3ade02c161822589e4647056293da2b8313d70c.tar.xz spack-d3ade02c161822589e4647056293da2b8313d70c.zip |
Make .style.yapf use 80 chars.
-rw-r--r-- | .style.yapf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.style.yapf b/.style.yapf index b4a1f688b8..4741fb4f3b 100644 --- a/.style.yapf +++ b/.style.yapf @@ -1,3 +1,3 @@ [style] based_on_style = pep8 -column_limit = 120
\ No newline at end of file +column_limit = 80 |