Skip to content

Commit

Permalink
Code style part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nepp95 committed Jan 6, 2025
1 parent 14321d6 commit 368d8c5
Show file tree
Hide file tree
Showing 133 changed files with 10,553 additions and 10,395 deletions.
6 changes: 3 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AlignConsecutiveDeclarations: false
AlignOperands: false
AlignTrailingComments: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: false
AlwaysBreakTemplateDeclarations: Yes
Expand All @@ -31,8 +31,8 @@ BraceWrapping:
SplitEmptyNamespace: false
AfterObjCDeclaration: false
BreakBeforeBraces: Custom
ColumnLimit: 200
ContinuationIndentWidth: 0
ColumnLimit: 140
ContinuationIndentWidth: 4
Cpp11BracedListStyle: false
IncludeBlocks: Regroup
IncludeCategories:
Expand Down
4 changes: 2 additions & 2 deletions Dependencies.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ if (os.target() == "windows") then
StaticLibrary["spirv_cross_glsl_release"] = "%{StaticLibraryDir.vulkan}/spirv-cross-glsl.lib"
StaticLibrary["vulkan"] = "%{StaticLibraryDir.vulkan}/vulkan-1.lib"
StaticLibrary["winmm"] = "Winmm.lib"
StaticLibrary["winsock"] = "Ws2_32.lib"
StaticLibrary["winversion"] = "Version.lib"
StaticLibrary["winsock"] = "Ws2_32.lib"
StaticLibrary["winversion"] = "Version.lib"
else
StaticLibrary["glfw"] = "glfw3"
StaticLibrary["shaderc"] = "shaderc_shared"
Expand Down
Loading

0 comments on commit 368d8c5

Please sign in to comment.