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 | 976c4ce328e1b6461554897cb55dbda13a0130c5 (patch) | |
tree | 46fd326a827a2586428a8e4fca951e9f5366120a | |
parent | :art: reformat files (diff) | |
download | server-976c4ce328e1b6461554897cb55dbda13a0130c5.tar.xz |
:sparkles: add editor config
-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 |