Files
commafeed-podcasts/.editorconfig
T
2026-04-24 14:03:17 +02:00

25 lines
357 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
trim_trailing_whitespace = true
max_line_length = 120
insert_final_newline = true
[*.json]
max_line_length = unset
[*.yml]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.{html,js,md}]
block_comment_start = /**
block_comment = *
block_comment_end = */