1
0
mirror of https://github.com/jojo61/vdr-plugin-softhdcuvid.git synced 2023-10-10 13:37:41 +02:00
vdr-plugin-softhdcuvid/.clang-format
Dirk Nehring 177e44de98 - switch from indent to clang-format, which is supported by Visual Studio Code
- reindent all sources to common code style
- fix include sort errors from clang-format
- update AGPL 3.0 license file
2021-12-27 20:02:45 +01:00

7 lines
92 B
YAML

---
BasedOnStyle: LLVM
UseTab: Never
IndentWidth: 4
IndentCaseLabels: true
ColumnLimit: 119