diff options
author | Beha <shacknetisp@mail.com> | 2021-06-14 12:01:28 -0400 |
---|---|---|
committer | Beha <shacknetisp@mail.com> | 2021-06-14 12:17:42 -0400 |
commit | ca1c77696aab9bea0892150338c6431c21d5b08a (patch) | |
tree | 37aee4801f2becb7ce4aa1fc7f769e9d39a032ea /.editorconfig | |
parent | babd508a3575a268f34258032324d7ae33b0384c (diff) | |
download | elevator-ca1c77696aab9bea0892150338c6431c21d5b08a.tar.gz elevator-ca1c77696aab9bea0892150338c6431c21d5b08a.tar.bz2 elevator-ca1c77696aab9bea0892150338c6431c21d5b08a.zip |
Add support for Aurum.
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 0000000..6e3c965 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +indent_style = space +indent_size = 4 |