Merge pull request #3310 from robinsonb5-PRs/master
[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 guidelines/CodingStyle
10 TabWidth: 8
11 ContinuationIndentWidth: 2
12 ColumnLimit: 150
13 # BreakBeforeBraces: Linux