log: Use `dict` instead of `std::vector<std::pair>` for `log_expect_{error, warning...
[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