Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
DLR-AMR
GitHub Repository: DLR-AMR/t8code
Path: blob/main/scripts/t8indent_ignore.sh
901 views
1
# This file is part of t8code.
2
# t8code is a C library to manage a collection (a forest) of multiple
3
# connected adaptive space-trees of general element classes in parallel.
4
#
5
# Copyright (C) 2025 the developers
6
#
7
# t8code is free software; you can redistribute it and/or modify
8
# it under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 2 of the License, or
10
# (at your option) any later version.
11
#
12
# t8code is distributed in the hope that it will be useful,
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with t8code; if not, write to the Free Software Foundation, Inc.,
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
21
# This is t8code's indentation ignore file.
22
# All files listed here are ignored by out t8indent.sh script and thus not
23
# indented according to our indentation guidelines.
24
# Since we rely on clang-format version 17 and clang-format.ignored files
25
# have only been introduced in version 18, we need to manually parse
26
# this list and throw out the matching files. This happens in t8indent.sh
27
28
# Each file that is listed here must have a comment describing why
29
# it is necessary to ignore indentation for this file.
30
31
# t8_with_macro_error.h has a hacky way of detecting
32
# the usage of macros using the character '@'.
33
# This causes clang to not recognize the file as a C++
34
# file and will throw an error when trying to indent it.
35
src/t8_with_macro_error.h
36
37