Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
cb6c85575bda3d06d6e798d11010957d39391ce1
/
.
/
.clang-format
blob: f9a8b1f29a1e98e156ebf26da80c511735647424 [
file
]
# Default Linux style
BasedOnStyle
:
LLVM
IndentWidth
:
4
UseTab
:
Never
BreakBeforeBraces
:
Linux
AllowShortIfStatementsOnASingleLine
:
false
IndentCaseLabels
:
false
# From CodingReadme
TabWidth
:
4
ContinuationIndentWidth
:
2
ColumnLimit
:
150