mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Fix the wildcard in .editorconfig to match files in nested directories (#4165)
* Fix the wildcard in .editorconfig to match files in nested directories * Remove a wrong whitespace in a brace expansion notation in .editorconfig --------- Co-authored-by: pngwn <hello@pngwn.io>
This commit is contained in:
parent
253410c78d
commit
b169896a9a
@ -1,8 +1,8 @@
|
||||
|
||||
root = true
|
||||
|
||||
[{js/*, client/js/*}]
|
||||
[{js/**,client/js/**}]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
tab_width = 2
|
||||
tab_width = 2
|
||||
|
Loading…
Reference in New Issue
Block a user