feat: updated gitignore and clang-format

main
Sara 2024-10-11 12:08:15 +02:00
parent 27b2c2efbb
commit 35ccae1f24
2 changed files with 7 additions and 3 deletions

View File

@ -138,7 +138,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false
# SpaceBeforeCpp11BracedList: false # SpaceBeforeCpp11BracedList: false
# SpaceBeforeCtorInitializerColon: true # SpaceBeforeCtorInitializerColon: true
# SpaceBeforeInheritanceColon: true # SpaceBeforeInheritanceColon: true
# SpaceBeforeParens: ControlStatements SpaceBeforeParens: Custom
# SpaceBeforeParensOptions: # SpaceBeforeParensOptions:
# AfterControlStatements: true # AfterControlStatements: true
# AfterForeachMacros: true # AfterForeachMacros: true
@ -171,8 +171,8 @@ SpacesInLineCommentPrefix:
# - Q_UNUSED # - Q_UNUSED
# - QT_REQUIRE_VERSION # - QT_REQUIRE_VERSION
TabWidth: 4 TabWidth: 4
# UseCRLF: false UseCRLF: false
UseTab: Always UseTab: Never
# WhitespaceSensitiveMacros: # WhitespaceSensitiveMacros:
# - STRINGIZE # - STRINGIZE
# - PP_STRINGIZE # - PP_STRINGIZE

4
.gitignore vendored
View File

@ -49,3 +49,7 @@ compile_commands.json
.vscode/* .vscode/*
!.vscode/extensions.json !.vscode/extensions.json
.cache/ .cache/
# KDevelop
.kdev4
*.kdev4
*.kate-swp