This commit is contained in:
Zhi 2019-01-08 13:08:13 -08:00 коммит произвёл Tianqi Chen
Родитель be07fac5f5
Коммит 00f80d12bb
1 изменённых файлов: 8 добавлений и 0 удалений

8
.clang-format Normal file
Просмотреть файл

@ -0,0 +1,8 @@
# Run the following command to reformat a file:
# clang-format -i -style=Google <file>
# Or use clang-format-diff to only reformat the changed lines:
# https://clang.llvm.org/docs/ClangFormat.html
BasedOnStyle: Google
DerivePointerAlignment: false
ColumnLimit: 100
PointerAlignment: Left