[ie/youtube] Fix `format_note` (Bugfix for 3a3bd00037e9908e87da4fa9f2ad772aa34dc60e...
[yt-dlp3.git] / .editorconfig
blob40c19fa6612cf971ddc131baa4cfd221a7deed17
1 root = true
3 [**.py]
4 charset = utf-8
5 indent_size = 4
6 indent_style = space
7 trim_trailing_whitespace = true
8 insert_final_newline = true