Add a .clang-format file for automatically formatting .cc/.h files.
Reformatted core/platform/posix/port.cc as a test. Change: 144368934
This commit is contained in:
parent
5ccc994e7e
commit
b808afd76b
4
tensorflow/.clang-format
Normal file
4
tensorflow/.clang-format
Normal file
@ -0,0 +1,4 @@
|
||||
# Run manually to reformat a file:
|
||||
# clang-format -i --style=file <file>
|
||||
BasedOnStyle: Google
|
||||
DerivePointerAlignment: false
|
Loading…
Reference in New Issue
Block a user