From 9421fb8c7a7ec8082ada2eaa583acea4bdc12ed1 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 25 Apr 2022 12:21:18 +0200 Subject: initial commit --- .clang-format | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') 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 -- cgit v1.2.3