Spaces:
Runtime error
Runtime error
Update .style.yapf
Browse files- .style.yapf +1 -1
.style.yapf
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
[style]
|
| 2 |
based_on_style = pep8
|
| 3 |
-
column_limit =
|
| 4 |
spaces_before_comment = 4
|
| 5 |
split_before_logical_operator = true
|
|
|
|
| 1 |
[style]
|
| 2 |
based_on_style = pep8
|
| 3 |
+
column_limit = 1
|
| 4 |
spaces_before_comment = 4
|
| 5 |
split_before_logical_operator = true
|