mirror of
https://gitlab.com/interception/linux/plugins/caps2esc.git
synced 2025-05-24 11:32:29 +00:00
Initial commit
This commit is contained in:
17
.clang-format
Normal file
17
.clang-format
Normal file
@ -0,0 +1,17 @@
|
||||
BasedOnStyle: Google
|
||||
Standard: Cpp11
|
||||
SortIncludes: false
|
||||
AccessModifierOffset: -4
|
||||
PointerBindsToType: false
|
||||
DerivePointerBinding: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AllowShortBlocksOnASingleLine : false
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AlwaysBreakTemplateDeclarations: false
|
||||
AlignConsecutiveAssignments: true
|
||||
AlignEscapedNewlinesLeft: true
|
||||
AlignTrailingComments: true
|
||||
AlignOperands: true
|
||||
ColumnLimit: 80
|
||||
IndentWidth: 4
|
||||
TabWidth: 4
|
Reference in New Issue
Block a user