mattermost-desktop/.editorconfig

10 lines
155 B
INI
Raw Permalink Normal View History

2024-10-03 06:35:14 -07:00
root = true
[*.{js|ts}]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true