summaryrefslogtreecommitdiff
path: root/include/mbgl/style/light.hpp.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/light.hpp.ejs')
-rw-r--r--include/mbgl/style/light.hpp.ejs4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mbgl/style/light.hpp.ejs b/include/mbgl/style/light.hpp.ejs
index c3001d982b..a5b907b4dc 100644
--- a/include/mbgl/style/light.hpp.ejs
+++ b/include/mbgl/style/light.hpp.ejs
@@ -1,6 +1,8 @@
<%
const properties = locals.properties;
-%>
+// clang-format off
+
// This file is generated. Do not edit.
#pragma once
@@ -42,3 +44,5 @@ public:
} // namespace style
} // namespace mbgl
+
+// clang-format on