diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-04-25 12:21:18 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-04-25 12:21:18 +0200 |
commit | 9421fb8c7a7ec8082ada2eaa583acea4bdc12ed1 (patch) | |
tree | 6c7689d97fe5b9f73533ffb842bc3df07c8edb32 /.clang-format |
initial commit
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..ee35ba8 --- /dev/null +++ b/.clang-format @@ -0,0 +1,14 @@ +--- +AccessModifierOffset: 0 +BasedOnStyle: LLVM +BreakBeforeBraces: Linux +ColumnLimit: 100 +IndentWidth: '4' +Language: Cpp +Standard: Cpp11 +TabWidth: '4' +UseTab: Always + +... + +# vim: ft=yaml |