From 0bc41054fbafbe2394a158e06850347243457b53 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 15 Oct 2021 19:37:42 +0200 Subject: style: clang-format --- .clang-format | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..2460f7b --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +--- +Language: Cpp +BasedOnStyle: WebKit +IndentWidth: 4 + +BreakBeforeBraces: Custom +BraceWrapping: + AfterFunction: true +AllowShortFunctionsOnASingleLine: None +AlwaysBreakAfterReturnType: AllDefinitions -- cgit v1.2.3-18-g5258