From 18576e3dad334d5a9dc4339e37aa4674c53b92a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 18 Jul 2022 14:27:11 +0200 Subject: [PATCH] .editorconfig: Set charset for all files to UTF-8 Closes GH-620. --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index d646efd66..b6249fbb0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,15 +1,14 @@ root = true [*] +charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true [*.yaml] -charset = utf-8 indent_size = 2 indent_style = space [Makefile] -charset = utf-8 indent_size = 4 indent_style = tab