diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-03-10 14:09:51 +0100 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-03-10 14:09:51 +0100 |
| commit | d98fd30dea3a6b796c7950bd175da3a5bd9db578 (patch) | |
| tree | d0533fdd7ee2aa4b528f41fc3d1b538b9fdac40c /.clang-format | |
| parent | f7bbc5e6740f6199d7ed0fe704daaa7efd98c093 (diff) | |
update
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..960bc8c --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: LLVM +IndentWidth: 4 +TabWidth: 4 +UseTab: Never |
