This repository has been archived on 2024-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
HomdEngine/.clang-format

10 lines
192 B
YAML

BasedOnStyle: Chromium
IndentWidth: 4
SortIncludes: false
AlignTrailingComments: true
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left