Skip to content

Commit

Permalink
Ajout règle eslint indentation (zestedesavoir#5950)
Browse files Browse the repository at this point in the history
* Update eslint indent rule

* Update .editorconfig

* Update .eslintrc.yaml

Co-authored-by: Amaury Carrade <[email protected]>
  • Loading branch information
viki53 and AmauryCarrade authored Oct 7, 2020
1 parent c82a4b8 commit d76c8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.{js,py,html}]
[*.{py,html}]
indent_style = space
indent_size = 4

[zmarkdown/**/*.js]
[*.js]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit d76c8c2

Please sign in to comment.