summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/_clang-format
Commit message (Collapse)AuthorAgeFilesLines
* Ignore clang-format for GUI snippetsPaul Wicking2020-08-231-0/+2
Among other things, this allows for ignoring proper indentation of code that's contained in a wrapper function which serves the purpose of compiling the snippet only. This is useful because the extra indentation is included in the output generated by QDoc. Task-number: QTBUG-84470 Change-Id: I3d702e82169a87447939f357cbee15cb0f74a391 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>