gradio/.editorconfig
Yuichiro Tachibana (Tsuchiya) b169896a9a
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>
2023-05-11 10:29:28 -04:00

9 lines
115 B
INI

root = true
[{js/**,client/js/**}]
end_of_line = lf
insert_final_newline = true
indent_style = tab
tab_width = 2