blob: ee801b99f5d754ecfa07847ee43470300abce01b [file] [log] [blame]
TrustworthySystems4b57fbd2014-07-22 14:37:37 +10001#
Gerwin Klein9f904ed2020-03-06 19:28:46 +08002# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
TrustworthySystems4b57fbd2014-07-22 14:37:37 +10003#
Gerwin Klein9f904ed2020-03-06 19:28:46 +08004# SPDX-License-Identifier: BSD-2-Clause
TrustworthySystems4b57fbd2014-07-22 14:37:37 +10005#
6
7max-instatement-indent=120
8style=otbs
9pad-header
10indent=spaces=4
Anna Lyons3b815042019-03-15 15:45:20 +110011attach-closing-while
TrustworthySystems4b57fbd2014-07-22 14:37:37 +100012pad-oper
Anna Lyons3b815042019-03-15 15:45:20 +110013pad-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