From a188777d6f3b51112da04ab3489807803f25d427 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Sun, 25 Apr 2021 19:33:07 +0200
Subject: [PATCH] make sure includes are not reordered

---
 corsika/output/ParquetStreamer.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/corsika/output/ParquetStreamer.hpp b/corsika/output/ParquetStreamer.hpp
index c2ac2b8f0..25d8acf43 100644
--- a/corsika/output/ParquetStreamer.hpp
+++ b/corsika/output/ParquetStreamer.hpp
@@ -11,12 +11,13 @@
 
 #include <string>
 
-// NOTE: the order of these includes is *important*
+// clang-format-off, NOTE: the order of these includes is *important*
 // you will get unhelpful compiler errors about unknown
 // operator definitions if these are reordered
 #include <parquet/stream_writer.h>
 #include <parquet/arrow/schema.h>
 #include <arrow/io/file.h>
+// clang-format-on
 
 namespace corsika {
 
-- 
GitLab