Skip to content

Commit 5e2af92

Browse files
committed
don't sort includes in clang-format since include order matters
1 parent 115771c commit 5e2af92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ SpacesInParentheses: false
3535
StatementMacros: [PyObject_HEAD, PyObject_VAR_HEAD, PyObject_HEAD_EXTRA]
3636
TabWidth: 4
3737
UseTab: Never
38+
SortIncludes: Never

metadatadtype/metadatadtype/src/dtype.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "structmember.h"
21
#include <Python.h>
2+
#include "structmember.h"
33

44
#define PY_ARRAY_UNIQUE_SYMBOL metadatadtype_ARRAY_API
55
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

0 commit comments

Comments
 (0)