diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-08-23 05:20:37 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-08-23 05:20:37 -0600 |
commit | d0d1327907618664d27466ae0846066312ac7aa3 (patch) | |
tree | 152430eb9650adc17def3649bd0ea0633bce2d5a /.editorconfig | |
parent | 7dbd759ce1546acedafbad23f668267615f2ee59 (diff) |
add .editorconfig, update flappybird godot4 entry draft
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 14 |
1 files changed, 14 insertions, 0 deletions
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 |