diff options
author | John Fultz <jfultz@wolfram.com> | 2019-07-19 12:17:26 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2019-07-19 12:17:26 -0500 |
commit | 4353a1ba04618dbeeb05ded653e99f1501fa7b60 (patch) | |
tree | cff202c08fb45544bf720fe962c34fb934280019 /.clang-format | |
parent | f9e9448738a5fae6f50223eb9905fc54fa4d8d1d (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.
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 5 |
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 + |