You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Style: Enable clang-format's InsertBraces config
This was part of our style guide since we started using clang-format but the feature was only added in clang-format 15, and we hadn't noticed it yet.
This commit is contained in:
@@ -23,6 +23,7 @@ IncludeCategories:
|
||||
Priority: 3
|
||||
IndentCaseLabels: true
|
||||
IndentWidth: 4
|
||||
InsertBraces: true
|
||||
JavaImportGroups:
|
||||
- org.godotengine
|
||||
- android
|
||||
|
||||
Reference in New Issue
Block a user