diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000000000000000000000000000000000000..abb82d5ae0ec9c7c21d32e8fb8860acb0a4075eb --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +# 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