jellyfin-meta-plugins/.editorconfig

17 lines
280 B
INI
Raw Normal View History

2021-04-13 04:35:11 +00:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2021-12-29 16:02:10 +00:00
2022-01-16 20:31:57 +00:00
[*.{yaml,yml,json}]
2021-12-29 16:02:10 +00:00
tab_width = 2
indent_size = 2