summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/fill_layer_properties.cpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-25 00:10:33 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-25 18:59:07 +0300
commitcf95bc2bb2e51007f6bcdd468e4e8acf89cffe85 (patch)
tree82fb378c24033c6735e47918a198649fa19b823f /src/mbgl/style/layers/fill_layer_properties.cpp
parent975a013d8f7b93cb491f8dd3d7dd2ea7aab507af (diff)
downloadqtlocation-mapboxgl-cf95bc2bb2e51007f6bcdd468e4e8acf89cffe85.tar.gz
[build] Disable clang-format on generated code
Nice to have, but would make maintain the templates a lot harder.
Diffstat (limited to 'src/mbgl/style/layers/fill_layer_properties.cpp')
-rw-r--r--src/mbgl/style/layers/fill_layer_properties.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mbgl/style/layers/fill_layer_properties.cpp b/src/mbgl/style/layers/fill_layer_properties.cpp
index de917177f6..f8f81c900d 100644
--- a/src/mbgl/style/layers/fill_layer_properties.cpp
+++ b/src/mbgl/style/layers/fill_layer_properties.cpp
@@ -1,3 +1,5 @@
+// clang-format off
+
// This file is generated. Edit scripts/generate-style-code.js, then run `make style-code`.
#include <mbgl/style/layers/fill_layer_properties.hpp>
@@ -31,3 +33,5 @@ const FillLayer::Impl& FillLayerProperties::layerImpl() const {
} // namespace style
} // namespace mbgl
+
+// clang-format on