diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-07-02 22:33:19 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-07-02 22:33:19 +0200 |
commit | d9743696562fc85643e016d778ee994f0b9296db (patch) | |
tree | 4cf08da0eb8569e227a412a6da45d1c476ffff78 /.clang-format | |
download | cpp-utils-d9743696562fc85643e016d778ee994f0b9296db.tar.gz cpp-utils-d9743696562fc85643e016d778ee994f0b9296db.zip |
add initial state of bitfield and option
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..2eaa0eb --- /dev/null +++ b/.clang-format @@ -0,0 +1,2 @@ +BasedOnStyle: Chromium +AllowShortFunctionsOnASingleLine: Empty |