diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-06-26 17:05:21 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-06-26 17:05:21 -0300 |
commit | f65e712fe8b8b1a196da2db286ebc6a5c9bf7433 (patch) | |
tree | f016695279762437dc6d197e4c99383e3d858c05 /.editorconfig | |
parent | 1f68407db59a723cf78e050b7da0b73daa732a08 (diff) |
prettier tweaks
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..ea294227 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +indent_style = space +indent_size = 2 |