forked from Sara.Sync/godot-cpp-template
feat: updated gitignore and clang-format
parent
27b2c2efbb
commit
35ccae1f24
|
@ -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
|
||||||
|
|
|
@ -49,3 +49,7 @@ compile_commands.json
|
||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
.cache/
|
.cache/
|
||||||
|
# KDevelop
|
||||||
|
.kdev4
|
||||||
|
*.kdev4
|
||||||
|
*.kate-swp
|
||||||
|
|
Loading…
Reference in New Issue