Skip to content

Commit

Permalink
fix(lint): fix broken matching in .editorconfig
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Jul 8, 2024
1 parent 71ecfbd commit 517c312
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 @@ -21,8 +21,8 @@ indent_size = 2
indent_style = space
indent_size = 4

[{*.md,.pylintrc,docs/theme/index.hbs}]
indent_style = unset
[{*.md,.pylintrc,index.hbs}]
indent_style = unse
indent_size = unset
generated_code = true

0 comments on commit 517c312

Please sign in to comment.