summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2021-02-20 21:59:17 +0100
committerAndreas Kling <kling@serenityos.org>2021-02-21 22:34:09 +0100
commit44649517e4022f652a1095b59ed9fdc3d0189d0f (patch)
treec3eae556eb54cdb2930391a3ba183fd75f1236ed /Documentation
parentb46da5c2cb2980bd2fd843f9465c0387c2043883 (diff)
downloadserenity-44649517e4022f652a1095b59ed9fdc3d0189d0f.zip
Documentation: QtCreator likes BOMs, our linter doesn't
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/UsingQtCreator.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/UsingQtCreator.md b/Documentation/UsingQtCreator.md
index 7c7ef9a403..53869dfa33 100644
--- a/Documentation/UsingQtCreator.md
+++ b/Documentation/UsingQtCreator.md
@@ -35,6 +35,8 @@ Build/Userland/Libraries/
AK/
```
+Finally, search in the options for "BOM" (Text Editor > Behavior > File Encodings > UTF-8 BOM), and switch to "Always delete".
+
Qt Creator should be set up correctly now, go ahead and explore the project and try making changes. Have fun! :^)
## Auto-Formatting