diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-04-02 16:22:11 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-04-02 16:22:11 -0400 |
commit | c22ea8c5ec4258303ae1a14127c87be96efd8c19 (patch) | |
tree | 1411ac7e8fdfe269662b7cfdca3d953e18c94b14 /.editorconfig | |
parent | 0c1360f87e64b20a5eb075c872b1a4cd0fca563f (diff) |
fuck tabs
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 |