aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-07-26 00:05:14 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-07-26 00:05:14 +0200
commit173622e9e82b7c2b1c6f8146056661b2a6577735 (patch)
tree4d14127163d9621e7462a8fc25444552b5a80137 /.clang-format
downloadsysc-playground-173622e9e82b7c2b1c6f8146056661b2a6577735.tar.gz
sysc-playground-173622e9e82b7c2b1c6f8146056661b2a6577735.zip
add some initial playground examples + scripts to build
Diffstat (limited to '.clang-format')
-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..3234cd9
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,7 @@
+---
+Language: Cpp
+BasedOnStyle: Chromium
+
+AllowShortFunctionsOnASingleLine: Empty
+AlignConsecutiveMacros:
+ Enabled: true