mirror of https://github.com/YosysHQ/yosys.git
14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
|
# 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
|