Encode files in UTF-8 without BOM

This commit is contained in:
FranciscoPombal 2020-08-05 15:33:14 +01:00
parent 571aaea3e0
commit 87527fccc6
65 changed files with 66 additions and 65 deletions

View file

@ -1,4 +1,4 @@
All new code **must** follow the following coding guidelines.
All new code **must** follow the following coding guidelines.
If you make changes in a file that still uses another coding style, make sure that you follow these guidelines for your changes.
For programming languages other than C++ (e.g. JavaScript) used in this repository and submodules, unless otherwise specified, coding guidelines listed here applies as much as possible.