diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-07-26 00:05:14 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-07-26 00:05:14 +0200 |
commit | 173622e9e82b7c2b1c6f8146056661b2a6577735 (patch) | |
tree | 4d14127163d9621e7462a8fc25444552b5a80137 /.clang-format | |
download | sysc-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-format | 7 |
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 |