STT-tensorflow/tensorflow/.clang-format
Jonathan Hseu b808afd76b Add a .clang-format file for automatically formatting .cc/.h files.
Reformatted core/platform/posix/port.cc as a test.
Change: 144368934
2017-01-12 14:28:35 -08:00

5 lines
124 B
YAML

# Run manually to reformat a file:
# clang-format -i --style=file <file>
BasedOnStyle: Google
DerivePointerAlignment: false