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 AlwaysBreakTemplateDeclarations: Yes
PackConstructorInitializers: Never PackConstructorInitializers: Never
IndentPPDirectives: BeforeHash IndentPPDirectives: BeforeHash
SortIncludes: Never
... ...

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

Loading…
Cancel
Save