From db0096e9a5eca3e68290eef1795ab4331cf2e817 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 8 Jun 2018 18:34:44 +0200 Subject: [PATCH] Retrict directories to apply clang-format to --- bundled/.clang-format | 6 ++++++ cmake/.clang-format | 6 ++++++ contrib/.clang-format | 6 ++++++ doc/.clang-format | 6 ++++++ 4 files changed, 24 insertions(+) create mode 100644 bundled/.clang-format create mode 100644 cmake/.clang-format create mode 100644 contrib/.clang-format create mode 100644 doc/.clang-format 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 -- 2.39.5