style: add .editorconfig

This commit is contained in:
Clément Joly 2022-06-04 12:02:16 +00:00
parent e0a4455569
commit 3d84a9acf5

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*.fnl]
indent_style = space
indent_size = 2
[*.vim]
indent_style = space
indent_size = 4