Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/.clang-format
blob: d46a7a306f7fb35fd886886f3028e23ba951f546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
# The "Linux kernel" style, borrowed and modified from
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html#examples
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: AlignWithSpaces
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false

ColumnLimit: 100
AllowShortFunctionsOnASingleLine: Empty