diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-02 20:18:57 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-02 20:18:57 +0200 |
commit | b90592f58c01b550c44b9db510e4f5c3d9fb7fda (patch) | |
tree | 68c69bf3d6e72939d9cef487989d0bbbca7eec43 /.editorconfig | |
parent | :art: reformat files (diff) | |
download | server-b90592f58c01b550c44b9db510e4f5c3d9fb7fda.tar.xz |
:sparkles: add editor config
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..ca46e26f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.ts] +indent_style = tab +indent_size = 4 |