set indent for js on two spaces [ci-skip]

This commit is contained in:
Julien Fastré 2022-05-20 20:49:10 +02:00
parent a349089f3d
commit e2052fe71d

View File

@ -18,3 +18,7 @@ max_line_length = 80
[COMMIT_EDITMSG]
max_line_length = 0
[*.{js, vue}]
indent_size = 2
indent_style = space