diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-11-25 16:01:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-25 22:50:15 +0100 |
commit | 7e91df3a62e604b3137606e0dfd28879527efc17 (patch) | |
tree | c0ddc0bae9759745a9e6c1f9c0da012447a5614a /solenv/clang-format | |
parent | 90a7da15bd14c53cb409f110590ca965c6879bd0 (diff) |
Turn on clang-format for these files
I (tried to) keep these files consistent locally with astyle in the past,
switching to clang-format makes sure that the recent problem with introducing
inconsistencies with automatic loplugin rewrites doesn't happen again.
Change-Id: I86def0d13a1d16f8cedb7cf9927a48ce14c2b3bf
Reviewed-on: https://gerrit.libreoffice.org/83690
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'solenv/clang-format')
-rw-r--r-- | solenv/clang-format/blacklist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index b3c04fccfdde..9edbcba9b7d1 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -13358,7 +13358,6 @@ starmath/source/typemap.cxx starmath/source/uiobject.cxx starmath/source/uiobject.hxx starmath/source/unodoc.cxx -starmath/source/unofilter.cxx starmath/source/unomodel.cxx starmath/source/utility.cxx starmath/source/view.cxx @@ -18373,8 +18372,6 @@ writerfilter/source/dmapper/WrapPolygonHandler.hxx writerfilter/source/dmapper/domainmapperfactory.cxx writerfilter/source/dmapper/util.cxx writerfilter/source/dmapper/util.hxx -writerfilter/source/filter/RtfFilter.cxx -writerfilter/source/filter/WriterFilter.cxx writerfilter/source/ooxml/Handler.cxx writerfilter/source/ooxml/Handler.hxx writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx |