diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-04-25 12:21:18 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-04-25 12:21:18 +0200 |
commit | 9421fb8c7a7ec8082ada2eaa583acea4bdc12ed1 (patch) | |
tree | 6c7689d97fe5b9f73533ffb842bc3df07c8edb32 /.editorconfig |
initial commit
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..a54d21c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +indent_style = tab +indent_size = 4 |