aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRam Mohan <ram.mohan@ittiam.com>2023-10-28 16:00:24 +0530
committerRam Mohan M <ram.mohan@ittiam.com>2023-11-02 04:47:42 +0530
commit96ab70c3ab615141a5f85d54efa3893bd7d559c4 (patch)
tree1992c7ce2e3048a051b083c48cda68ef579b69b7
parent57d807e662e6c7bc1e98603b4625e6e56655ffb4 (diff)
downloadlibultrahdr-96ab70c3ab615141a5f85d54efa3893bd7d559c4.tar.gz
add clang format file to format code (manually)
-rw-r--r--.clang-format7
1 files changed, 7 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..0153825
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,7 @@
+# Run manually to reformat a file:
+# clang-format -i --style=file <file>
+
+Language: Cpp
+BasedOnStyle: Google
+ColumnLimit: 100
+SortIncludes: false