From a64beb583be5a43df9794469c7d523ac29d26536 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sun, 16 Sep 2018 18:18:36 +0300 Subject: [PATCH] Fix .editorconfig encoding --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 479fa0b13e..e2d719bf10 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true [*.{h,cpp,hpp}] -charset = utf-8 +charset = utf-8-bom indent_style = tab indent_size = 4 trim_trailing_whitespace = true