yt-dlp-bot/.editorconfig

22 lines
306 B
INI
Raw Permalink Normal View History

2023-09-15 06:19:56 +08:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4
max_line_length = 88
2023-10-05 01:46:39 +08:00
[*.json]
indent_style = space
indent_size = 4
2023-09-15 06:19:56 +08:00
[Makefile]
indent_style = space