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
# 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

4
.gitignore vendored
View File

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