Never sort includes in clang format

pull/3028/head
gabime 2 years ago
parent 1797166190
commit 2896bbe77d

@ -13,5 +13,6 @@ AlignEscapedNewlines: Left
AlwaysBreakTemplateDeclarations: Yes
PackConstructorInitializers: Never
IndentPPDirectives: BeforeHash
SortIncludes: Never
...

@ -21,7 +21,6 @@
#include <io.h> // for _get_osfhandle, _isatty, _fileno
#include <process.h> // for _get_pid
#ifdef __MINGW32__
#include <share.h>
#endif

Loading…
Cancel
Save