Files
mattermost/.editorconfig
T
Eva SarafianouandCursor 1d3bbc638b feat(docs): move docs-experimental content into monorepo docs/ (#37330)
* 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>
2026-07-02 18:42:57 +03:00

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