# This file is part of t8code.1# t8code is a C library to manage a collection (a forest) of multiple2# connected adaptive space-trees of general element classes in parallel.3#4# Copyright (C) 2025 the developers5#6# t8code is free software; you can redistribute it and/or modify7# it under the terms of the GNU General Public License as published by8# the Free Software Foundation; either version 2 of the License, or9# (at your option) any later version.10#11# t8code is distributed in the hope that it will be useful,12# but WITHOUT ANY WARRANTY; without even the implied warranty of13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14# GNU General Public License for more details.15#16# You should have received a copy of the GNU General Public License17# along with t8code; if not, write to the Free Software Foundation, Inc.,18# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.1920# This is t8code's indentation ignore file.21# All files listed here are ignored by out t8indent.sh script and thus not22# indented according to our indentation guidelines.23# Since we rely on clang-format version 17 and clang-format.ignored files24# have only been introduced in version 18, we need to manually parse25# this list and throw out the matching files. This happens in t8indent.sh2627# Each file that is listed here must have a comment describing why28# it is necessary to ignore indentation for this file.2930# t8_with_macro_error.h has a hacky way of detecting31# the usage of macros using the character '@'.32# This causes clang to not recognize the file as a C++33# file and will throw an error when trying to indent it.34src/t8_with_macro_error.h353637