mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Never sort includes in clang format
This commit is contained in:
parent
1797166190
commit
2896bbe77d
@ -13,5 +13,6 @@ AlignEscapedNewlines: Left
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
||||
PackConstructorInitializers: Never
|
||||
IndentPPDirectives: BeforeHash
|
||||
SortIncludes: Never
|
||||
...
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <fileapi.h> // for FlushFileBuffers
|
||||
#include <io.h> // for _get_osfhandle, _isatty, _fileno
|
||||
#include <process.h> // for _get_pid
|
||||
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#include <share.h>
|
||||
|
Loading…
Reference in New Issue
Block a user