mb/google/poppy/variants/nami: Enable Synaptics touchpad
[coreboot.git] / .clang-format
blob16d606b38447d7dff98251ed9095840f736ea8df
1 BasedOnStyle:                              LLVM
2 Language:                                  Cpp
3 IndentWidth:                               8
4 UseTab:                                    Always
5 BreakBeforeBraces:                         Linux
6 AllowShortIfStatementsOnASingleLine:       false
7 IndentCaseLabels:                          false
8 SortIncludes:                              false
9 ContinuationIndentWidth:                   8
10 ColumnLimit:                               80