Skip to content
Snippets Groups Projects
Forked from postmarketOS / pmaports
964 commits behind, 1 commit ahead of the upstream repository.
.clang-format 141 B
---
# C and C++ code
Language: Cpp
BasedOnStyle: WebKit
DerivePointerAlignment: false
PointerAlignment: Right
TabWidth: 4
UseTab: Always
...