Skip to content
Snippets Groups Projects
Commit 00f80d12 authored by Zhi's avatar Zhi Committed by Tianqi Chen
Browse files

add .clang-format (#2395)

parent be07fac5
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment