From d0d1327907618664d27466ae0846066312ac7aa3 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Wed, 23 Aug 2023 05:20:37 -0600 Subject: add .editorconfig, update flappybird godot4 entry draft --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..19582e7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# https://EditorConfig.org +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 + +# 4 space indentation +[*.md] +indent_style = tab +indent_size = 8 -- cgit v1.2.3-54-g00ecf