summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2019-07-19 12:17:26 -0500
committerJohn Fultz <jfultz@wolfram.com>2019-07-19 12:17:26 -0500
commit4353a1ba04618dbeeb05ded653e99f1501fa7b60 (patch)
treecff202c08fb45544bf720fe962c34fb934280019
parentf9e9448738a5fae6f50223eb9905fc54fa4d8d1d (diff)
Initial .clang-format file.
This isn't applied everywhere, and I may fiddle with the default style, but I wanted something for targeted clang-formatting.
-rw-r--r--.clang-format5
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..beda65b
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,5 @@
+---
+BasedOnStyle: LLVM
+---
+Language: Cpp
+