From 44649517e4022f652a1095b59ed9fdc3d0189d0f Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 20 Feb 2021 21:59:17 +0100 Subject: [PATCH] Documentation: QtCreator likes BOMs, our linter doesn't --- Documentation/UsingQtCreator.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/UsingQtCreator.md b/Documentation/UsingQtCreator.md index 7c7ef9a4035..53869dfa33f 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