aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/.clang-format')
-rw-r--r--tensorflow/.clang-format4
1 files changed, 4 insertions, 0 deletions
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 <file>
+BasedOnStyle: Google
+DerivePointerAlignment: false