From f875e7d3044383d8b86dab3d75a2c4480e24b580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 17 Aug 2019 19:28:32 +0200 Subject: [PATCH] Disable sort includes in the folders where clang format is disabled For me this is a bug, DisableFormat should stop any kind of changes. --- QsLog/.clang-format | 3 ++- YACReaderLibrary/server/lib/.clang-format | 3 ++- dependencies/.clang-format | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/QsLog/.clang-format b/QsLog/.clang-format index 37f3d576..a43d914e 100644 --- a/QsLog/.clang-format +++ b/QsLog/.clang-format @@ -1 +1,2 @@ -DisableFormat: true \ No newline at end of file +DisableFormat: true +SortIncludes: false \ No newline at end of file diff --git a/YACReaderLibrary/server/lib/.clang-format b/YACReaderLibrary/server/lib/.clang-format index 37f3d576..a43d914e 100644 --- a/YACReaderLibrary/server/lib/.clang-format +++ b/YACReaderLibrary/server/lib/.clang-format @@ -1 +1,2 @@ -DisableFormat: true \ No newline at end of file +DisableFormat: true +SortIncludes: false \ No newline at end of file diff --git a/dependencies/.clang-format b/dependencies/.clang-format index 37f3d576..a43d914e 100644 --- a/dependencies/.clang-format +++ b/dependencies/.clang-format @@ -1 +1,2 @@ -DisableFormat: true \ No newline at end of file +DisableFormat: true +SortIncludes: false \ No newline at end of file