From: Daniel Arndt Date: Fri, 8 Jun 2018 16:34:44 +0000 (+0200) Subject: Retrict directories to apply clang-format to X-Git-Tag: v9.1.0-rc1~1049^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6736%2Fhead;p=dealii.git Retrict directories to apply clang-format to --- diff --git a/bundled/.clang-format b/bundled/.clang-format new file mode 100644 index 0000000000..184bb9fa58 --- /dev/null +++ b/bundled/.clang-format @@ -0,0 +1,6 @@ +# +# The clang-format (Clang 6) style file used by deal.II. +# This directory shall not be formatted. +# + +DisableFormat: true diff --git a/cmake/.clang-format b/cmake/.clang-format new file mode 100644 index 0000000000..184bb9fa58 --- /dev/null +++ b/cmake/.clang-format @@ -0,0 +1,6 @@ +# +# The clang-format (Clang 6) style file used by deal.II. +# This directory shall not be formatted. +# + +DisableFormat: true diff --git a/contrib/.clang-format b/contrib/.clang-format new file mode 100644 index 0000000000..184bb9fa58 --- /dev/null +++ b/contrib/.clang-format @@ -0,0 +1,6 @@ +# +# The clang-format (Clang 6) style file used by deal.II. +# This directory shall not be formatted. +# + +DisableFormat: true diff --git a/doc/.clang-format b/doc/.clang-format new file mode 100644 index 0000000000..184bb9fa58 --- /dev/null +++ b/doc/.clang-format @@ -0,0 +1,6 @@ +# +# The clang-format (Clang 6) style file used by deal.II. +# This directory shall not be formatted. +# + +DisableFormat: true