mirror of https://github.com/lowRISC/ibex.git
Add lowRISC standard clang-format file
We use the Google C++ coding style (https://google.github.io/styleguide/cppguide.html) with some clarifications to make it more applicable for C, inspired by BoringSSL (https://boringssl.googlesource.com/boringssl/+/HEAD/STYLE.md).
This commit is contained in:
parent
85ae06d054
commit
6afc7eae16
|
@ -0,0 +1,5 @@
|
||||||
|
BasedOnStyle: Google
|
||||||
|
AllowShortIfStatementsOnASingleLine: false
|
||||||
|
AllowShortLoopsOnASingleLine: false
|
||||||
|
DerivePointerAlignment: false
|
||||||
|
PointerAlignment: Right
|
Loading…
Reference in New Issue