From b808afd76b162a1649e1c005b7d5723759d635d7 Mon Sep 17 00:00:00 2001 From: Jonathan Hseu Date: Thu, 12 Jan 2017 14:05:38 -0800 Subject: Add a .clang-format file for automatically formatting .cc/.h files. Reformatted core/platform/posix/port.cc as a test. Change: 144368934 --- tensorflow/.clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tensorflow/.clang-format (limited to 'tensorflow/.clang-format') diff --git a/tensorflow/.clang-format b/tensorflow/.clang-format new file mode 100644 index 0000000000..e06cf478f4 --- /dev/null +++ b/tensorflow/.clang-format @@ -0,0 +1,4 @@ +# Run manually to reformat a file: +# clang-format -i --style=file +BasedOnStyle: Google +DerivePointerAlignment: false -- cgit v1.2.3