toot-script-condivisione-su.../.editorconfig

24 lines
363 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
tab_width = 2
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
[src/i18n/translations/*.json]
max_line_length = off
indent_style = space
indent_size = 4
[*.md]
indent_style = space
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
indent_style = space