diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-04-02 08:26:54 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-04-02 08:26:54 -0400 |
commit | 5c42cea89b8aa6a6a58c204e70e94a9aefcfb4ed (patch) | |
tree | 01bb657d578427bbe0410d6f900a478fc4cceed1 /.editorconfig | |
parent | eed913409a070100d6a5d6792d81464c66dd0f6d (diff) |
Readme and drafts
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9a6cc75 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.lua] +indent_style = space +indent_size = 2 |