From f048209bf505c0299d02ccabc8d378500babc39b Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 13 Dec 2020 01:10:21 +0100 Subject: [PATCH] FUCK BOMs --- .editorconfig | 4 ++-- Tools/package_client_build.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 862db7aae..9f2e43c86 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,11 @@ -root = true +root = true [*] insert_final_newline = true indent_style = space indent_size = 4 trim_trailing_whitespace = true -charset = utf-8-bom +charset = utf-8 [*.{csproj,xml,yml,dll.config,targets,props}] indent_size = 2 diff --git a/Tools/package_client_build.py b/Tools/package_client_build.py index ef2bf878d..af8f510e1 100755 --- a/Tools/package_client_build.py +++ b/Tools/package_client_build.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python3 # Packages a full release build of the client that can be unzipped and you'll have your client engine redistributable. import os