Files
cli/vendor/iana-time-zone/.clang-format

10 lines
121 B
YAML

---
BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 100
---
Language: Cpp
SortIncludes: false
TabWidth: 4
UseTab: Never