From a6e062492e6798ffe59a15918ec6193416e120e1 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 18 Sep 2019 22:01:50 +0200 Subject: [PATCH] Allow edition of files with editors compatible with clang-format --- src/core/libs/supl/asn-rrlp/.clang-format | 5 +++++ src/core/libs/supl/asn-supl/.clang-format | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 src/core/libs/supl/asn-rrlp/.clang-format create mode 100644 src/core/libs/supl/asn-supl/.clang-format diff --git a/src/core/libs/supl/asn-rrlp/.clang-format b/src/core/libs/supl/asn-rrlp/.clang-format new file mode 100644 index 000000000..15e78fedf --- /dev/null +++ b/src/core/libs/supl/asn-rrlp/.clang-format @@ -0,0 +1,5 @@ +--- +Language: Cpp +DisableFormat: true +... + diff --git a/src/core/libs/supl/asn-supl/.clang-format b/src/core/libs/supl/asn-supl/.clang-format new file mode 100644 index 000000000..15e78fedf --- /dev/null +++ b/src/core/libs/supl/asn-supl/.clang-format @@ -0,0 +1,5 @@ +--- +Language: Cpp +DisableFormat: true +... +