Add .editorconfig

Fix #19
This commit is contained in:
0x1eef 2023-02-20 20:53:42 -03:00 committed by Robert
parent 42d803e411
commit cc1791c836

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
##
# Ruby
[*.rb]
indent_style = space
indent_size = 2
##
# TypeScript, JavaScript
[{*.js,*.ts,*.tsx}]
indent_style = space
indent_size = 2
##
# SCSS
[*.scss]
indent_style = space
indent_size = 2