diff --git a/.gitignore b/.gitignore index 0296075..5ce1416 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ build io .clangd +.clang-format diff --git a/atcoder/042/.clang-format b/atcoder/042/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/atcoder/042/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1003/.clang-format b/codeforces/1003/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1003/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1006/.clang-format b/codeforces/1006/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1006/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1009/.clang-format b/codeforces/1009/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1009/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1013/.clang-format b/codeforces/1013/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1013/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1016/.clang-format b/codeforces/1016/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1016/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1017/.clang-format b/codeforces/1017/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1017/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1020/.clang-format b/codeforces/1020/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1020/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1027/.clang-format b/codeforces/1027/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/1027/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/1029/.clang-format b/codeforces/1029/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1029/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1032/.clang-format b/codeforces/1032/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1032/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1034/.clang-format b/codeforces/1034/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1034/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1037/.clang-format b/codeforces/1037/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1037/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1042/.clang-format b/codeforces/1042/.clang-format deleted file mode 100644 index d2c38f2..0000000 --- a/codeforces/1042/.clang-format +++ /dev/null @@ -1,5 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 4 -ColumnLimit: 100 -BreakBeforeBraces: Allman -PointerAlignment: Left diff --git a/codeforces/1043/.clang-format b/codeforces/1043/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/1043/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/1047/.clang-format b/codeforces/1047/.clang-format deleted file mode 100644 index d2c38f2..0000000 --- a/codeforces/1047/.clang-format +++ /dev/null @@ -1,5 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 4 -ColumnLimit: 100 -BreakBeforeBraces: Allman -PointerAlignment: Left diff --git a/codeforces/1059/.clang-format b/codeforces/1059/.clang-format deleted file mode 100644 index d2c38f2..0000000 --- a/codeforces/1059/.clang-format +++ /dev/null @@ -1,5 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 4 -ColumnLimit: 100 -BreakBeforeBraces: Allman -PointerAlignment: Left diff --git a/codeforces/1071/.clang-format b/codeforces/1071/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/1071/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/1074/.clang-format b/codeforces/1074/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/1074/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/17/.clang-format b/codeforces/17/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/17/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/19/.clang-format b/codeforces/19/.clang-format deleted file mode 100644 index cbec8b9..0000000 --- a/codeforces/19/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 2 -ColumnLimit: 100 -PointerAlignment: Left diff --git a/codeforces/431/.clang-format b/codeforces/431/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/431/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/479/.clang-format b/codeforces/479/.clang-format deleted file mode 100644 index cbec8b9..0000000 --- a/codeforces/479/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 2 -ColumnLimit: 100 -PointerAlignment: Left diff --git a/codeforces/498/.clang-format b/codeforces/498/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/498/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/506/.clang-format b/codeforces/506/.clang-format deleted file mode 100644 index b1ea9ab..0000000 --- a/codeforces/506/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 4 -ColumnLimit: 100 -PointerAlignment: Left diff --git a/codeforces/515/.clang-format b/codeforces/515/.clang-format deleted file mode 100644 index d2c38f2..0000000 --- a/codeforces/515/.clang-format +++ /dev/null @@ -1,5 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 4 -ColumnLimit: 100 -BreakBeforeBraces: Allman -PointerAlignment: Left diff --git a/codeforces/544/.clang-format b/codeforces/544/.clang-format deleted file mode 100644 index cbec8b9..0000000 --- a/codeforces/544/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 2 -ColumnLimit: 100 -PointerAlignment: Left diff --git a/codeforces/547/.clang-format b/codeforces/547/.clang-format deleted file mode 100644 index cbec8b9..0000000 --- a/codeforces/547/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 2 -ColumnLimit: 100 -PointerAlignment: Left diff --git a/codeforces/550/.clang-format b/codeforces/550/.clang-format deleted file mode 100644 index cbec8b9..0000000 --- a/codeforces/550/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 2 -ColumnLimit: 100 -PointerAlignment: Left diff --git a/codeforces/552/.clang-format b/codeforces/552/.clang-format deleted file mode 100644 index cbec8b9..0000000 --- a/codeforces/552/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 2 -ColumnLimit: 100 -PointerAlignment: Left diff --git a/codeforces/555/.clang-format b/codeforces/555/.clang-format deleted file mode 100644 index cbec8b9..0000000 --- a/codeforces/555/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 2 -ColumnLimit: 100 -PointerAlignment: Left diff --git a/codeforces/560/.clang-format b/codeforces/560/.clang-format deleted file mode 100644 index cbec8b9..0000000 --- a/codeforces/560/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 2 -ColumnLimit: 100 -PointerAlignment: Left diff --git a/codeforces/565/.clang-format b/codeforces/565/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/565/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/570/.clang-format b/codeforces/570/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/570/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/575/.clang-format b/codeforces/575/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/575/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/611/.clang-format b/codeforces/611/.clang-format deleted file mode 100644 index cbec8b9..0000000 --- a/codeforces/611/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 2 -ColumnLimit: 100 -PointerAlignment: Left diff --git a/codeforces/640/.clang-format b/codeforces/640/.clang-format deleted file mode 100644 index 5625628..0000000 --- a/codeforces/640/.clang-format +++ /dev/null @@ -1,2 +0,0 @@ -BasedOnStyle: Google -AllowShortFunctionsOnASingleLine: Empty diff --git a/codeforces/702/.clang-format b/codeforces/702/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/702/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/710/.clang-format b/codeforces/710/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/710/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/713/.clang-format b/codeforces/713/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/713/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/719/.clang-format b/codeforces/719/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/719/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/725/.clang-format b/codeforces/725/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/725/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/731/.clang-format b/codeforces/731/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/731/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/734/.clang-format b/codeforces/734/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/734/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/739/.clang-format b/codeforces/739/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/739/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/744/.clang-format b/codeforces/744/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/744/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/748/.clang-format b/codeforces/748/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/748/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/753/.clang-format b/codeforces/753/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/753/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/756/.clang-format b/codeforces/756/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/756/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/760/.clang-format b/codeforces/760/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/760/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/762/.clang-format b/codeforces/762/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/762/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/764/.clang-format b/codeforces/764/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/764/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/776/.clang-format b/codeforces/776/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/776/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/780/.clang-format b/codeforces/780/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/780/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/784/.clang-format b/codeforces/784/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/784/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/786/.clang-format b/codeforces/786/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/786/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/787/.clang-format b/codeforces/787/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/787/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/790/.clang-format b/codeforces/790/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/790/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/797/.clang-format b/codeforces/797/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/797/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/799/.clang-format b/codeforces/799/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/799/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/805/.clang-format b/codeforces/805/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/805/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/806/.clang-format b/codeforces/806/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/806/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/811/.clang-format b/codeforces/811/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/811/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/817/.clang-format b/codeforces/817/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/817/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/820/.clang-format b/codeforces/820/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/820/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/827/.clang-format b/codeforces/827/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/827/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/834/.clang-format b/codeforces/834/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/834/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/835/.clang-format b/codeforces/835/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/835/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/839/.clang-format b/codeforces/839/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/839/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/847/.clang-format b/codeforces/847/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/847/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/849/.clang-format b/codeforces/849/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/849/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/855/.clang-format b/codeforces/855/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/855/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/859/.clang-format b/codeforces/859/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/859/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/863/.clang-format b/codeforces/863/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/863/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/867/.clang-format b/codeforces/867/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/867/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/871/.clang-format b/codeforces/871/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/871/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/874/.clang-format b/codeforces/874/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/874/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/878/.clang-format b/codeforces/878/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/878/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/881/.clang-format b/codeforces/881/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/881/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/886/.clang-format b/codeforces/886/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/886/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/888/.clang-format b/codeforces/888/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/888/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/891/.clang-format b/codeforces/891/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/891/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/894/.clang-format b/codeforces/894/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/894/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/895/.clang-format b/codeforces/895/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/895/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/898/.clang-format b/codeforces/898/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/898/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/900/.clang-format b/codeforces/900/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/900/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/903/.clang-format b/codeforces/903/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/903/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/905/.clang-format b/codeforces/905/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/905/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/909/.clang-format b/codeforces/909/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/909/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/913/.clang-format b/codeforces/913/.clang-format deleted file mode 100644 index 59cd6f1..0000000 --- a/codeforces/913/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 2 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/916/.clang-format b/codeforces/916/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/916/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/918/.clang-format b/codeforces/918/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/918/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/920/.clang-format b/codeforces/920/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/920/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/923/.clang-format b/codeforces/923/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/923/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/925/.clang-format b/codeforces/925/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/925/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/927/.clang-format b/codeforces/927/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/927/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/928/.clang-format b/codeforces/928/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/928/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/929/.clang-format b/codeforces/929/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/929/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/933/.clang-format b/codeforces/933/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/933/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/935/.clang-format b/codeforces/935/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/935/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/937/.clang-format b/codeforces/937/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/937/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/938/.clang-format b/codeforces/938/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/938/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/943/.clang-format b/codeforces/943/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/943/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/944/.clang-format b/codeforces/944/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/944/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/946/.clang-format b/codeforces/946/.clang-format deleted file mode 100644 index cbec8b9..0000000 --- a/codeforces/946/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -IndentWidth: 2 -ColumnLimit: 100 -PointerAlignment: Left diff --git a/codeforces/950/.clang-format b/codeforces/950/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/950/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/952/.clang-format b/codeforces/952/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/952/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/954/.clang-format b/codeforces/954/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/954/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/957/.clang-format b/codeforces/957/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/957/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/962/.clang-format b/codeforces/962/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/962/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/964/.clang-format b/codeforces/964/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/964/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/966/.clang-format b/codeforces/966/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/966/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/970/.clang-format b/codeforces/970/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/970/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/971/.clang-format b/codeforces/971/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/971/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/974/.clang-format b/codeforces/974/.clang-format deleted file mode 100644 index 5625628..0000000 --- a/codeforces/974/.clang-format +++ /dev/null @@ -1,2 +0,0 @@ -BasedOnStyle: Google -AllowShortFunctionsOnASingleLine: Empty diff --git a/codeforces/981/.clang-format b/codeforces/981/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/981/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/988/.clang-format b/codeforces/988/.clang-format deleted file mode 100644 index 99733d1..0000000 --- a/codeforces/988/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never - -AllowShortIfStatementsOnASingleLine: Never -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortLambdasOnASingleLine: None -AllowShortBlocksOnASingleLine: Never -AllowShortEnumsOnASingleLine: false -AllowShortCaseExpressionOnASingleLine: false - -BreakBeforeBraces: Attach -ColumnLimit: 100 -AlignAfterOpenBracket: Align -BinPackArguments: false -BinPackParameters: false diff --git a/codeforces/993/.clang-format b/codeforces/993/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/993/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/995/.clang-format b/codeforces/995/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/995/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/996/.clang-format b/codeforces/996/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/996/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/codeforces/998/.clang-format b/codeforces/998/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/codeforces/998/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/cses/dynamic-programming/.clang-format b/cses/dynamic-programming/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/cses/dynamic-programming/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/cses/graph-algorithms/.clang-format b/cses/graph-algorithms/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/cses/graph-algorithms/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/cses/introductory-problems/.clang-format b/cses/introductory-problems/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/cses/introductory-problems/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/cses/range-queries/.clang-format b/cses/range-queries/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/cses/range-queries/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/cses/sorting-and-searching/.clang-format b/cses/sorting-and-searching/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/cses/sorting-and-searching/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/kattis/11-02-2025/.clang-format b/kattis/11-02-2025/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/kattis/11-02-2025/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/kattis/18-2-2025/.clang-format b/kattis/18-2-2025/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/kattis/18-2-2025/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/kattis/25-2-2025/.clang-format b/kattis/25-2-2025/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/kattis/25-2-2025/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false diff --git a/usaco/bronze/simulation/.clang-format b/usaco/bronze/simulation/.clang-format deleted file mode 100644 index e7350c4..0000000 --- a/usaco/bronze/simulation/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortCompoundRequirementOnASingleLine: false -AllowShortEnumsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: false -AllowShortLoopsOnASingleLine: false