1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00
gallery-dl/.editorconfig

16 lines
208 B
INI
Raw Normal View History

2023-03-05 20:09:28 +01:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[**.py]
indent_size = 4
indent_style = space
max_line_length = 79
[Makefile]
indent_style = tab