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 10, 2024
1 parent b6db6a7 commit 77bbe94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ indent_size = 2
indent_style = space
indent_size = 4

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

0 comments on commit 77bbe94

Please sign in to comment.