streamlink/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
403 B
INI
Raw Permalink 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,mpd,svg,toml,xml,yml}]
2020-02-20 05:05:21 +01:00
indent_size = 2
[*.{md,markdown}]
trim_trailing_whitespace = false
max_line_length = off
2020-02-20 05:05:21 +01:00
[docs/Makefile]
indent_size = 8
indent_style = tab
[docs/{_templates/**.html,_static/**.css}]
indent_size = 2