Skip to content

Commit

Permalink
[FIX] editorconfig syntax fix
Browse files Browse the repository at this point in the history
A couple of fixes missing from OCA#618.

@Tecnativa TT20357
  • Loading branch information
Jairo Llopis committed Jan 24, 2020
1 parent 1b93706 commit dd04147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample_files/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[.eslintrc,*.{json,yml,yaml,rst,md}]
[*.{json,yml,yaml,rst,md}]
indent_size = 2

# Do not configure editor for libs and autogenerated content
[*/static/{lib,src/lib}/**,*/static/description/index.html,*/readme/../README.rst]
[{*/static/{lib,src/lib}/**,*/static/description/index.html,*/readme/../README.rst}]
charset = unset
end_of_line = unset
indent_size = unset
Expand Down

0 comments on commit dd04147

Please sign in to comment.