From a5761ab5db5ff2046c87a2a129d0f1f0daef9a66 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Fri, 26 Jul 2019 13:48:54 +0200 Subject: [PATCH] Added clang-format and removed submodule --- .clang-format | 13 +++++++++++++ .gitmodules | 3 --- inout/inout | 1 - 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 .clang-format delete mode 100644 .gitmodules delete mode 160000 inout/inout diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..63ebf38 --- /dev/null +++ b/.clang-format @@ -0,0 +1,13 @@ +--- +BasedOnStyle: LLVM +ColumnLimit: 120 +IndentWidth: 4 +TabWidth: 4 +UseTab: ForIndentation +AlignEscapedNewlines: DontAlign +AllowShortFunctionsOnASingleLine: Empty +AlwaysBreakTemplateDeclarations: true +BreakBeforeBraces: Custom +BraceWrapping: + AfterFunction: true +... diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e628485..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "inout/inout"] - path = inout/inout - url = git@blackmark.me:inout.git diff --git a/inout/inout b/inout/inout deleted file mode 160000 index 42bc114..0000000 --- a/inout/inout +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 42bc1147b889b4d1b87e48e59375eefe7bec07fc