jellyfin-meta-plugins/.editorconfig
2022-01-16 22:33:08 +01:00

17 lines
280 B
INI

# 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
[*.{yaml,yml,json}]
tab_width = 2
indent_size = 2