aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorReinUsesLisp <[email protected]>2018-10-03 00:32:45 -0300
committerReinUsesLisp <[email protected]>2018-10-03 00:32:45 -0300
commit0485e1877c33a1521716d32ca4e5a1193aec473f (patch)
tree4949774c8c514521328e6193c0d54349e2ecd4cb /.clang-format
parent45555c0e570b24409e19c9cb0cbfb0866f897d3d (diff)
downloadsirit-0485e1877c33a1521716d32ca4e5a1193aec473f.tar.gz
sirit-0485e1877c33a1521716d32ca4e5a1193aec473f.zip
Use some C++17 features
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..922a91a
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,6 @@
+BasedOnStyle: LLVM
+IndentWidth: 4
+
+Language: Cpp
+DerivePointerAlignment: false
+PointerAlignment: Left