mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
Code quality: Enable SortedIncludes
Code quality: Enable SortedIncludes in .clang-format This patch does not include a `make format`, which will follow suit. Differential Revision: D6811
This commit is contained in:
parent
473316e246
commit
008aaaa378
1 changed files with 1 additions and 3 deletions
|
|
@ -132,9 +132,7 @@ PenaltyBreakAssignment: 100
|
|||
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
|
||||
# Disable for now since it complicates initial migration tests,
|
||||
# TODO: look into enabling this in the future.
|
||||
SortIncludes: false
|
||||
SortIncludes: true
|
||||
|
||||
# Don't right align escaped newlines to the right because we have a wide default
|
||||
AlignEscapedNewlines: DontAlign
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue