Files
googlepinyinime-rev/.clang-format

8 lines
105 B
Plaintext
Raw Normal View History

2025-01-01 23:59:37 +08:00
---
2025-01-02 00:40:08 +08:00
BasedOnStyle: Google
IndentWidth: 4
2025-01-01 23:59:37 +08:00
# do not sort header files
SortIncludes: false
ColumnLimit: 300