Revision cfe3fd3a27c66441a6205a46b5ccb943bf9c1ae7 authored by Lars Bilke on 07 May 2021, 12:10:50 UTC, committed by Lars Bilke on 12 May 2021, 13:21:43 UTC
Applications/DataExplorer is still a global include dir.
1 parent e5cee8d
Raw File
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top