pstar: add lineage touch hal: GloveMode
This commit is contained in:
parent
097e5c0fa9
commit
765d3b93b5
8 changed files with 200 additions and 0 deletions
11
touch/.clang-format
Normal file
11
touch/.clang-format
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
BasedOnStyle: Google
|
||||
AccessModifierOffset: -2
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
ColumnLimit: 100
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
IndentWidth: 4
|
||||
PointerAlignment: Left
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
PenaltyExcessCharacter: 32
|
||||
Loading…
Add table
Add a link
Reference in a new issue