Remove byte order mark in all files

This commit is contained in:
2023-04-16 19:32:59 +02:00
parent 7cf5300c3a
commit e68a7ce8a9
55 changed files with 55 additions and 55 deletions

View File

@ -1,4 +1,4 @@
using System.IO;
using System.IO;
using System.Text;
using IniParser;
using IniParser.Model;