1# clang-format isn't authoritative for the style decisions in this project, but
2# these rules mostly align with the suggested style, and clang-format can be
3# used fix any potential style-mistakes.
4AlignEscapedNewlines: DontAlign
5AlwaysBreakAfterDefinitionReturnType: All
6BreakBeforeBraces: Linux
7ColumnLimit: 0
8IndentWidth: 8
9SortIncludes: false
10TabWidth: 8
11UseTab: ForIndentation
12