mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
16 lines
208 B
INI
16 lines
208 B
INI
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
|