Documentation: QtCreator likes BOMs, our linter doesn't

This commit is contained in:
Ben Wiederhake 2021-02-20 21:59:17 +01:00 committed by Andreas Kling
parent b46da5c2cb
commit 44649517e4
Notes: sideshowbarker 2024-07-18 22:01:50 +09:00

View File

@ -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