aboutsummaryrefslogtreecommitdiff
path: root/final/runtime/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'final/runtime/.clang-format')
-rw-r--r--final/runtime/.clang-format5
1 files changed, 5 insertions, 0 deletions
diff --git a/final/runtime/.clang-format b/final/runtime/.clang-format
new file mode 100644
index 0000000..590e1e2
--- /dev/null
+++ b/final/runtime/.clang-format
@@ -0,0 +1,5 @@
+---
+BasedOnStyle: LLVM
+AlignTrailingComments: false
+SortIncludes: false
+...