diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2021-08-19 06:32:26 -0400 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2021-08-20 16:02:06 +0200 |
commit | 341f923b5e487fa596e369d2ad17daaea909d9ec (patch) | |
tree | 8e600b1a59dd495672457cd6d2dcae0554aefb8b /solenv | |
parent | f87cbab4432f7b28016d8b934ff9c565d0cf6cc7 (diff) |
Enable automatic code style formatting for subsequent_export-test.cxx
As subsequent_export-test.cxx code style is following the recommended
code style (except too long lines and minor formattings), the code
is used only for testing and it is rarely modified (mainly adding
new test cases), I decided to enable automatic code formatting.
It is one step closer to migrate to common code style.
Change-Id: Iaa6c243fab45c37cb01672633717577651916c3e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120706
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index f6c57e5785fc..9e4985f4601c 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -8110,7 +8110,6 @@ sc/qa/unit/parallelism.cxx sc/qa/unit/range.cxx sc/qa/unit/rangelst_test.cxx sc/qa/unit/screenshots/screenshots.cxx -sc/qa/unit/subsequent_export-test.cxx sc/qa/unit/subsequent_filters-test.cxx sc/qa/unit/tiledrendering/tiledrendering.cxx sc/qa/unit/ucalc.cxx |