Skip to content
Snippets Groups Projects

Clang Format Configuration, master branch (2022.11.28.)

1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
.clang-format 0 → 100644
+ 10
0
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
BasedOnStyle: Google
Language: Cpp
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
KeepEmptyLinesAtTheStartOfBlocks: true
Loading