stevemcilwaine
12/30/2019 - 2:14 PM

editorconfig Indentation Snippet for SCSS, Vue and JS

# Indentation override for all JS
[{*.js,*.vue}]
indent_size = 2

# Indentation override for all scss
[*.scss]
indent_size = 2