Avoid sorting of includes

This commit is contained in:
Richard Koeppe 2024-06-18 10:21:55 +00:00
parent 97bae60da3
commit 88d38d8449
1 changed files with 2 additions and 1 deletions

View File

@ -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
} }