mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-02-20 00:32:04 +01:00
* added .clang-format * added names to travis jobs removed deprecated travis option * check github action * added .gitignore
15 lines
311 B
YAML
15 lines
311 B
YAML
BasedOnStyle: Google
|
|
Language: Cpp
|
|
ColumnLimit: 0
|
|
IndentWidth: 2
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
IndentPPDirectives: AfterHash
|
|
ReflowComments: false
|
|
SpacesBeforeTrailingComments: 1
|
|
AlignConsecutiveMacros: true
|
|
AlignTrailingComments: false
|
|
AccessModifierOffset: -2
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|