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