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

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