change indent of js files

This commit is contained in:
Julien Fastré 2022-05-27 14:30:05 +02:00
parent 354c37ade2
commit 01f1605cb8

View File

@ -18,3 +18,10 @@ max_line_length = 80
[COMMIT_EDITMSG]
max_line_length = 0
<<<<<<< Updated upstream
=======
[*.{js, vue, ts}]
indent_size = 2
indent_style = space
>>>>>>> Stashed changes