Files
element-web/.editorconfig
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
458 B
INI
Raw Normal View History

2024-09-09 14:57:16 +01:00
# Copyright 2024 New Vector Ltd.
2017-02-21 23:37:02 +05:30
# Copyright 2017 Aviral Dasgupta
#
2024-09-09 14:57:16 +01:00
# SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
# Please see LICENSE files in the repository root for full details.
2017-02-21 23:37:02 +05:30
root = true
[*]
charset=utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{yml,yaml}]
indent_size = 4
2022-05-16 15:23:44 +01:00
[package.json]
2024-10-21 14:40:49 +01:00
indent_size = 4
2024-10-15 14:57:26 +01:00
[*.tsx.snap]
trim_trailing_whitespace = false