Avoid sorting of includes
This commit is contained in:
parent
97bae60da3
commit
88d38d8449
|
@ -9,5 +9,6 @@
|
||||||
"string_view": "cpp",
|
"string_view": "cpp",
|
||||||
"ranges": "cpp"
|
"ranges": "cpp"
|
||||||
},
|
},
|
||||||
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 150}"
|
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 150}",
|
||||||
|
"C_Cpp.clang_format_sortIncludes": false
|
||||||
}
|
}
|
Loading…
Reference in New Issue