2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-03-19 12:00:39 +08:00
gradio/.editorconfig
Yuichiro Tachibana (Tsuchiya) b169896a9a
Fix the wildcard in .editorconfig to match files in nested directories ()
* 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