streamlink/.editorconfig

26 lines
404 B
INI
Raw Normal View History

2020-02-20 05:05:21 +01:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 128
trim_trailing_whitespace = true
[*.{cfg,svg,yml}]
indent_size = 2
[*.{md,markdown}]
trim_trailing_whitespace = false
[docs/Makefile]
indent_size = 8
indent_style = tab
[docs/_themes/**]
indent_size = ignore
indent_style = ignore
trim_trailing_whitespace = ignore