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

9 lines
164 B
YAML

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