mirror of
https://github.com/mattermost/mattermost.git
synced 2026-09-21 05:54:10 +08:00
* feat(docs): move docs-experimental content into monorepo docs/ Co-authored-by: Cursor <cursoragent@cursor.com> * Remove plan related files and comments * Cleanup comments, remove generated files --------- Co-authored-by: Cursor <cursoragent@cursor.com>
47 lines
663 B
INI
47 lines
663 B
INI
# http://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
|
|
[*.{go,sql}]
|
|
indent_style = tab
|
|
|
|
[*.{js,jsx,json,html,ts,tsx}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[{package.json,.eslintrc.json}]
|
|
indent_size = 2
|
|
|
|
[i18n/**.json]
|
|
indent_size = 2
|
|
|
|
[Makefile,*.mk]
|
|
indent_style = tab
|
|
|
|
[*.scss]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = false
|
|
|
|
[.npm-upgrade.json]
|
|
insert_final_newline = false
|
|
|
|
[*.yml,*.yaml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.mdx]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = false
|