diff --git a/.clang-format b/.clang-format index 1df6c35..22b032b 100644 --- a/.clang-format +++ b/.clang-format @@ -138,7 +138,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false # SpaceBeforeCpp11BracedList: false # SpaceBeforeCtorInitializerColon: true # SpaceBeforeInheritanceColon: true -# SpaceBeforeParens: ControlStatements +SpaceBeforeParens: Custom # SpaceBeforeParensOptions: # AfterControlStatements: true # AfterForeachMacros: true @@ -171,8 +171,8 @@ SpacesInLineCommentPrefix: # - Q_UNUSED # - QT_REQUIRE_VERSION TabWidth: 4 -# UseCRLF: false -UseTab: Always +UseCRLF: false +UseTab: Never # WhitespaceSensitiveMacros: # - STRINGIZE # - PP_STRINGIZE diff --git a/.gitignore b/.gitignore index d8c2872..83c5bd9 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,7 @@ compile_commands.json .vscode/* !.vscode/extensions.json .cache/ +# KDevelop +.kdev4 +*.kdev4 +*.kate-swp