diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-08-12 16:14:15 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-08-13 07:18:27 +0200 |
commit | 2244cf03057f57df8a724177c8ed1f48e83c56e0 (patch) | |
tree | f7e03ae6cddb9ae2ba447075eb1c553a7a3689dc /solenv/clang-format | |
parent | c7060bf1b2cab506a81fdfc40296f3d3e1867898 (diff) |
wina11y: clang-format CAccHypertext
This in particular ensures that try and catch blocks
are indented by an additional indentation level
as expected, increasing readability.
Change-Id: I82af846dfe9707895d146406b6ed79b5a1f8a467
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171798
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'solenv/clang-format')
-rw-r--r-- | solenv/clang-format/excludelist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index b19bc15fa145..983c48ece4a0 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -15101,8 +15101,6 @@ winaccessibility/source/UAccCOM/AccActionBase.cxx winaccessibility/source/UAccCOM/AccComponent.h winaccessibility/source/UAccCOM/AccEditableText.cxx winaccessibility/source/UAccCOM/AccEditableText.h -winaccessibility/source/UAccCOM/AccHypertext.cxx -winaccessibility/source/UAccCOM/AccHypertext.h winaccessibility/source/UAccCOM/AccImage.h winaccessibility/source/UAccCOM/AccRelation.cxx winaccessibility/source/UAccCOM/AccRelation.h |