/ Gists / Editor config (VSCode)
On gists

Editor config (VSCode)

Config files

.editorconfig.js Raw #

root = true

[*.php]
indent_size = 4
indent_style = tab

[*.js]
indent_size = 2
indent_style = space

[*.vue]
indent_size = 2
indent_style = space