This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
nekohook/.clang-format
2020-08-04 13:18:59 -04:00

9 lines
239 B
YAML

BasedOnStyle: Google,
Language: Cpp,
IndentWidth: 4,
AllowShortFunctionsOnASingleLine: true
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: true