mirror of
https://github.com/estkme-group/lpac
synced 2025-10-05 17:40:31 +02:00
19 lines
407 B
YAML
19 lines
407 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/clang-format.json
|
|
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
---
|
|
Language: C
|
|
AlignEscapedNewlines: Left
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
IndentPPDirectives: AfterHash
|
|
---
|
|
Language: Cpp
|
|
AlignEscapedNewlines: Left
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
IndentPPDirectives: AfterHash
|
|
---
|
|
|
|
# vim: ft=yaml
|
|
# kate: syntax yaml;
|