Revision b51a8293680f622f842c9da4c49fed38979dd682 authored by Lars Bilke on 02 July 2021, 08:32:31 UTC, committed by Dmitry Yu. Naumov on 02 July 2021, 13:33:23 UTC
Moved tfel dep to DependenciesExternalProject.cmake
1 parent 37b3d43
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