Skip to content

Commit 368d8c5

Browse files
committed
Code style part 3
1 parent 14321d6 commit 368d8c5

File tree

133 files changed

+10553
-10395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+10553
-10395
lines changed

.clang-format

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AlignConsecutiveDeclarations: false
77
AlignOperands: false
88
AlignTrailingComments: false
99
AllowShortBlocksOnASingleLine: false
10-
AllowShortFunctionsOnASingleLine: None
10+
AllowShortFunctionsOnASingleLine: All
1111
AllowShortIfStatementsOnASingleLine: false
1212
AlwaysBreakAfterDefinitionReturnType: false
1313
AlwaysBreakTemplateDeclarations: Yes
@@ -31,8 +31,8 @@ BraceWrapping:
3131
SplitEmptyNamespace: false
3232
AfterObjCDeclaration: false
3333
BreakBeforeBraces: Custom
34-
ColumnLimit: 200
35-
ContinuationIndentWidth: 0
34+
ColumnLimit: 140
35+
ContinuationIndentWidth: 4
3636
Cpp11BracedListStyle: false
3737
IncludeBlocks: Regroup
3838
IncludeCategories:

Dependencies.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ if (os.target() == "windows") then
6060
StaticLibrary["spirv_cross_glsl_release"] = "%{StaticLibraryDir.vulkan}/spirv-cross-glsl.lib"
6161
StaticLibrary["vulkan"] = "%{StaticLibraryDir.vulkan}/vulkan-1.lib"
6262
StaticLibrary["winmm"] = "Winmm.lib"
63-
StaticLibrary["winsock"] = "Ws2_32.lib"
64-
StaticLibrary["winversion"] = "Version.lib"
63+
StaticLibrary["winsock"] = "Ws2_32.lib"
64+
StaticLibrary["winversion"] = "Version.lib"
6565
else
6666
StaticLibrary["glfw"] = "glfw3"
6767
StaticLibrary["shaderc"] = "shaderc_shared"

0 commit comments

Comments
 (0)