diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 36a38c6..0000000 --- a/.clang-format +++ /dev/null @@ -1,22 +0,0 @@ ---- -Language: Cpp -BasedOnStyle: LLVM -Standard: c++20 -BreakBeforeBraces: Attach -LineEnding: LF -ColumnLimit: 100 -AlignAfterOpenBracket: BlockIndent -IndentWidth: 4 -ContinuationIndentWidth: 4 -NamespaceIndentation: All -UseTab: Never -PointerAlignment: Left -SortIncludes: true -AllowShortFunctionsOnASingleLine: Empty -FixNamespaceComments: false - -ExperimentalAutoDetectBinPacking: false -BinPackParameters: OnePerLine -AllowAllParametersOfDeclarationOnNextLine: true -BinPackArguments: false -AllowAllArgumentsOnNextLine: true diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index b0d4229..11c54c1 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,5 +1,6 @@ +