blob: 8e70fb494cfa153d6f105b67e42db55c56428c9c [file] [log] [blame]
lowRISC Contributors802543a2019-08-31 12:12:56 +01001[style]
2# lowRISC style is basically pep8
3based_on_style = pep8
4# But we don't like the split before operators
5split_before_bitwise_operator = False
6split_before_logical_operator = False