Skip to content
Snippets Groups Projects
Commit 8c655a58 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Added a default format for C++ source (and header) files.

parent 0b4e418f
No related branches found
No related tags found
No related merge requests found
Pipeline #4822443 failed
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment