From 5c73f2a8458cbbf09bb409a57d5673b7a12762a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Eppl=C3=A9e?= Date: Wed, 9 Nov 2022 16:08:14 +0100 Subject: [PATCH] style: Update .editorconfig to match GDScript styleguide --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 95ca00f..82d4696 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,8 @@ root = true [*.gd] +charset = utf-8 indent_size = 4 -indent_style = tab \ No newline at end of file +indent_style = tab +end_of_line = lf +insert_final_newline = true \ No newline at end of file