
Hello.
clang-format fails my one line patch and proposes to remove the indentation that was before my change. My opinion that the code will become less readable that it is now. How to deal with that?
--- src/ui/dialog/aboutbox.cpp (before formatting) +++ src/ui/dialog/aboutbox.cpp (after formatting) @@ -86,7 +86,7 @@ set_website ( "https://www.inkscape.org"); set_website_label (_("Inkscape website")); set_license_type (Gtk::LICENSE_GPL_3_0); - set_copyright (_("© 2019 Inkscape Developers")); + set_copyright(_("© 2019 Inkscape Developers")); set_comments (_("Open Source Scalable Vector Graphics Editor\n" "Draw Freely."));
https://gitlab.com/techtonik/inkscape/-/jobs/125913035