Don't sort inludes any more (breaks too many ACK files).

This commit is contained in:
David Given 2017-01-08 00:15:10 +01:00
parent 51862cff82
commit 11ea3a2fe1

View file

@ -7,5 +7,6 @@ IndentCaseLabels: 'true'
PointerAlignment: Left
TabWidth: '4'
UseTab: ForIndentation
SortIncludes: false
...