ソースを参照

Fine tuning of source code autoformat

bel 10 年 前
コミット
98c49f8a5a
2 ファイル変更299 行追加143 行削除
  1. 10 0
      .clang-format
  2. 289 143
      src/civetweb.c

+ 10 - 0
.clang-format

@@ -12,3 +12,13 @@ Language: Cpp
 AccessModifierOffset: 2
 AlignAfterOpenBracket: true
 AllowShortIfStatementsOnASingleLine: false
+BinPackArguments: false
+BinPackParameters: false
+BreakBeforeBraces: Linux
+DerivePointerAlignment: false
+MaxEmptyLinesToKeep: 2
+SpaceBeforeParens: ControlStatements
+SpaceInEmptyParentheses: false
+SpacesInSquareBrackets: false
+
+DisableFormat: false

ファイルの差分が大きいため隠しています
+ 289 - 143
src/civetweb.c


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません