OILS
/ .style.yapf
View on Github
|
oilshell.org
15 lines, 13 significant
1
[style]
2
3
# I like
4
#
5
# if (foo() and
6
# bar()):
7
# pass
8
#
9
# because it lines up. Not
10
#
11
# if (foo()
12
# and bar()):
13
# pass
14
15
split_before_logical_operator = false