mirror of https://github.com/YosysHQ/yosys.git
Add a .clang-format
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
05a5027db8
commit
02e7d931a7
|
@ -0,0 +1,13 @@
|
|||
# Default Linux style
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 8
|
||||
UseTab: Always
|
||||
BreakBeforeBraces: Linux
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
IndentCaseLabels: false
|
||||
|
||||
# From CodingReadme
|
||||
TabWidth: 8
|
||||
ContinuationIndentWidth: 2
|
||||
ColumnLimit: 150
|
||||
# BreakBeforeBraces: Linux
|
Loading…
Reference in New Issue