From cd5e0df1a5a164cdf554ccbab748550fdae47d8a Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Tue, 24 Jan 2023 19:17:43 +0100 Subject: [PATCH] Add extra settings --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 224c325..e82fff5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,11 @@ root = true [*] +charset = utf-8 +end_of_line = lf indent_style = space indent_size = 2 +insert_final_newline = true [*.sql] indent_style = space