diff options
-rw-r--r-- | .clang-format | 8 | ||||
-rw-r--r-- | .editorconfig | 10 |
2 files changed, 0 insertions, 18 deletions
diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 8af29b3..0000000 --- a/.clang-format +++ /dev/null @@ -1,8 +0,0 @@ -IndentWidth: 4 -TabWidth: 4 -UseTab: Always -AllowShortIfStatementsOnASingleLine: false -IndentCaseLabels: false -AlignAfterOpenBracket: DontAlign -AllowAllParametersOfDeclarationOnNextLine: true -ConstructorInitializerAllOnOneLineOrOnePerLine: false diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 5591303..0000000 --- a/.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -root = true - -[*.{c,h}] -end_of_line = lf -insert_final_newline = true -charset = utf-8 -trim_trailing_whitespace = true -indent_style = tab -indent_size = 4 -max_line_length = 80 |