arm: clang-format

This commit is contained in:
2022-05-16 20:57:51 -07:00
parent 932b8d4582
commit 574e48474b
4 changed files with 23 additions and 19 deletions

9
arm/.clang-format Normal file
View File

@@ -0,0 +1,9 @@
---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: Google
IndentWidth: 4
---
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left