blob: ebdee49269fa93be5c669d31ea4fed5a6d945acf [file] [log] [blame]
Andrew Jeffery9c766792022-08-10 23:12:49 +09301BasedOnStyle: LLVM
2IndentWidth: 8
3UseTab: Always
4BreakBeforeBraces: Linux
Andrew Jeffery79bdeac2023-04-05 18:57:02 +09305AllowShortBlocksOnASingleLine: Empty
6AllowShortCaseLabelsOnASingleLine: false
7AllowShortFunctionsOnASingleLine: Empty
Andrew Jeffery9c766792022-08-10 23:12:49 +09308AllowShortIfStatementsOnASingleLine: false
Andrew Jeffery79bdeac2023-04-05 18:57:02 +09309AllowShortLoopsOnASingleLine: false
Andrew Jeffery9c766792022-08-10 23:12:49 +093010IndentCaseLabels: false