aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2017-03-26 09:58:42 -0400
committerDavid Neto <dneto@google.com>2017-04-12 13:58:23 -0400
commit3695da5fbd25aa9367cace40382270c9988dbaf6 (patch)
tree5fe62cedefeb5ba2fb4826b4c08cd94dc9691a38 /.clang-format
downloadeffcee-3695da5fbd25aa9367cace40382270c9988dbaf6.tar.gz
Initial commit of Effcee
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
1 files changed, 6 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..dd860a0
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,6 @@
+---
+Language: Cpp
+BasedOnStyle: Google
+DerivePointerAlignment: false
+PointerAlignment: Left
+...