commit | 30155be04f45150030c980ccc89cdc2960c1eefd | [log] [tgz] |
---|---|---|
author | Bill Wendling <[email protected]> | Mon Sep 03 18:54:38 2018 -0700 |
committer | Bill Wendling <[email protected]> | Mon Sep 03 18:55:43 2018 -0700 |
tree | ddbe94eadaf15f16b1df1458f8e30bf0303f05f9 | |
parent | 931f4320e6c01515fd9f80aff96c8a6c634705c0 [diff] [blame] |
Increase the split penalty for an if-expression
diff --git a/CHANGELOG b/CHANGELOG index 6e6621d..ae7a2b0 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -13,6 +13,7 @@ on a single line. This is similar to how we format function calls within an argument list. - Allow splitting in a subscript if it goes over the line limit. +- Increase the split penalty for an if-expression. ## [0.23.0] 2018-08-27 ### Added