9 lines
193 B
YAML
9 lines
193 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/clang-format-21.x.json
|
|
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
---
|
|
Language: Cpp
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|