#
-# The clang-format (Clang 6) style file used by deal.II.
+# The clang-format (Clang 11) style file used by deal.II.
#
AccessModifierOffset: -2
#
-# The clang-format (Clang 6) style file used by deal.II.
+# The clang-format (Clang 11) style file used by deal.II.
# This directory shall not be formatted.
#
"in a list of directories "
"that satisfy a given regex."
"This program requires "
- "clang-format version 6.0.0 or 6.0.1.")
+ "clang-format version 11.1.")
parser.add_argument("-b", "--clang-format-binary", metavar="PATH",
default=distutils.spawn.find_executable("clang-format"))
#
-# The clang-format (Clang 6) style file used by deal.II.
+# The clang-format (Clang 11) style file used by deal.II.
# This directory shall not be formatted.
#
<h3>Notes on deal.II indentation</h3>
-<p>deal.II uses <code>clang-format</code> 6.0 to normalize indentation. A
+<p>deal.II uses <code>clang-format</code> 11.1 to normalize indentation. A
style file is provided at
@code
\${SOURCE_DIR}/.clang-format
<code>clang-format</code> installed (or if it is not in the path)
you should replace the above <code>make indent</code> command with
@code
- make DEAL_II_CLANG_FORMAT=/path/to/clang-6.0/clang-format indent
+ make DEAL_II_CLANG_FORMAT=/path/to/clang-11.1/clang-format indent
@endcode
to point to the correct executable.
</p>
#
-# The clang-format (Clang 6) style file used by deal.II for the examples.
+# The clang-format (Clang 11) style file used by deal.II for the examples.
# In contrast to the general one, header files are not sorted and we do
# not require return types to be on a separate line.
#