mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
Add a .clang-format
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
05a5027db8
commit
02e7d931a7
13
.clang-format
Normal file
13
.clang-format
Normal file
|
@ -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 a new issue