aboutsummaryrefslogtreecommitdiff
path: root/icd/generated/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'icd/generated/.clang-format')
-rw-r--r--icd/generated/.clang-format5
1 files changed, 5 insertions, 0 deletions
diff --git a/icd/generated/.clang-format b/icd/generated/.clang-format
new file mode 100644
index 00000000..3bb983a4
--- /dev/null
+++ b/icd/generated/.clang-format
@@ -0,0 +1,5 @@
+---
+# Disable clang-format for generated code
+DisableFormat: true
+SortIncludes: false
+...