Files
zdwm/.clang-format
2025-10-08 07:44:37 +08:00

12 lines
173 B
YAML

# -*- mode: yaml; -*-
---
BasedOnStyle: Google
IndentWidth: 2
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
---
Language: Cpp
PointerAlignment: Right
---