diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-02-20 21:59:17 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-21 22:34:09 +0100 |
commit | 44649517e4022f652a1095b59ed9fdc3d0189d0f (patch) | |
tree | c3eae556eb54cdb2930391a3ba183fd75f1236ed | |
parent | b46da5c2cb2980bd2fd843f9465c0387c2043883 (diff) | |
download | serenity-44649517e4022f652a1095b59ed9fdc3d0189d0f.zip |
Documentation: QtCreator likes BOMs, our linter doesn't
-rw-r--r-- | Documentation/UsingQtCreator.md | 2 |
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 |