From b7e527a67e83aba3e27ed2413d22b36a3fd1740c Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 22 Feb 2018 12:45:50 +0100 Subject: Better editorconfig config for UNIX style coding --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6e3c9659..65b13306 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,7 @@ root = true [*] indent_style = space indent_size = 4 +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true -- cgit v1.2.3