diff options
author | N. Engelhardt <nak@yosyshq.com> | 2021-03-22 19:16:25 +0100 |
---|---|---|
committer | N. Engelhardt <nak@yosyshq.com> | 2021-03-22 19:16:25 +0100 |
commit | d9ec35a526b9583727ef484ec68bc288dcddb0c8 (patch) | |
tree | 01716e03bbb854262fcd128f9c4b3bba5344b751 /.clang-format | |
parent | 92d5550a90558a0292c8ac63cecabb2de30eb6aa (diff) | |
download | yosys-d9ec35a526b9583727ef484ec68bc288dcddb0c8.tar.gz yosys-d9ec35a526b9583727ef484ec68bc288dcddb0c8.tar.bz2 yosys-d9ec35a526b9583727ef484ec68bc288dcddb0c8.zip |
split CodingReadme into multiple files
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
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 |