mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-05-29 00:03:10 +08:00
14 lines
277 B
YAML
14 lines
277 B
YAML
# Default Linux style
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 8
|
|
UseTab: Always
|
|
BreakBeforeBraces: Linux
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
|
|
# From guidelines/CodingStyle
|
|
TabWidth: 8
|
|
ContinuationIndentWidth: 2
|
|
ColumnLimit: 150
|
|
# BreakBeforeBraces: Linux
|