]> jfr.im git - yt-dlp.git/blob - .editorconfig
Fix bug in 170605840ea9d5ad75da6576485ea7d125b428ee
[yt-dlp.git] / .editorconfig
1 root = true
2
3 [**.py]
4 charset = utf-8
5 indent_size = 4
6 indent_style = space
7 trim_trailing_whitespace = true
8 insert_final_newline = true