X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.clang-format;h=c86fa8c1cda052463c58364e42c43c5e73b93211;hb=2858bb03cd1e3417a5a8c4ebca10877b4fd64bfa;hp=28d13da25641959fd3699556206b6725dcfaea2d;hpb=d4f77d408c754285969969bda3a6985c1fbe9fb6;p=yosys.git diff --git a/.clang-format b/.clang-format index 28d13da25..c86fa8c1c 100644 --- a/.clang-format +++ b/.clang-format @@ -6,7 +6,7 @@ BreakBeforeBraces: Linux AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false -# From CodingReadme +# From guidelines/CodingStyle TabWidth: 8 ContinuationIndentWidth: 2 ColumnLimit: 150