From afe882a6739dcb0efba5cc9fabd7647b98a9fbba Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Tue, 9 Mar 2021 05:27:45 +0100 Subject: Add clang-format configuration --- .clang-format | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..90cfc78 --- /dev/null +++ b/.clang-format @@ -0,0 +1,7 @@ +AlignAfterOpenBracket: Align +AllowShortCaseLabelsOnASingleLine: true +BreakBeforeBraces: Allman +ColumnLimit: 120 +IndentWidth: 4 +TabWidth: 4 +UseTab: ForContinuationAndIndentation -- cgit v1.2.3