Merge branch 'xc7nocarrymux' of https://github.com/koriakin/yosys into koriakin/xc7no...
[yosys.git] / .clang-format
1 # Default Linux style
2 BasedOnStyle: LLVM
3 IndentWidth: 8
4 UseTab: Always
5 BreakBeforeBraces: Linux
6 AllowShortIfStatementsOnASingleLine: false
7 IndentCaseLabels: false
8
9 # From CodingReadme
10 TabWidth: 8
11 ContinuationIndentWidth: 2
12 ColumnLimit: 150
13 # BreakBeforeBraces: Linux