1#
2# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
3#
4# SPDX-License-Identifier: BSD-2-Clause
5#
6
7max-instatement-indent=120
8style=otbs
9pad-header
10indent=spaces=4
11attach-closing-while
12pad-oper
13pad-comma
14unpad-paren
15align-pointer=name
16add-braces
17attach-return-type
18convert-tabs
19min-conditional-indent=0
20max-code-length=120
21max-continuation-indent=120
22
23