mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
Never sort includes in clang format
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user