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:
Dalai Felinto 2020-03-19 09:33:43 +01:00
parent 473316e246
commit 008aaaa378
1 changed files with 1 additions and 3 deletions

View File

@ -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