Files
mattermost/.editorconfig
Harrison Healey 24c8fdb1fa Update .editorconfig (#10518)
* Update .editorconfig

* Remove webapp-specific entries from .editorconfig
2019-04-04 09:49:07 -04:00

28 lines
372 B
INI

# http://editorconfig.org/
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.go]
indent_style = tab
[*.{js,jsx,json,html}]
indent_style = space
indent_size = 4
[i18n/**.json]
indent_size = 2
[Makefile,*.mk]
indent_style = tab
[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false