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
Plaintext
Raw Normal View History

2023-05-27 17:44:20 +03:00
BasedOnStyle: Chromium
IndentWidth: 4
SortIncludes: false
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left