From e47bcc909eb7b3128ab5ff89c041a624fd830b09 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Sun, 1 Mar 2020 09:05:24 +0100 Subject: [PATCH] clang-format: do not sort includes [ci skip] --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 73897e9f7..81339e1cf 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,5 @@ ---- +--- BasedOnStyle: WebKit +SortIncludes: false ...