2024-09-09 21:57:16 +08:00
|
|
|
# Copyright 2024 New Vector Ltd.
|
2017-02-22 02:07:02 +08:00
|
|
|
# Copyright 2017 Aviral Dasgupta
|
|
|
|
#
|
2024-09-09 21:57:16 +08: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-22 02:07:02 +08:00
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset=utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
trim_trailing_whitespace = true
|
2022-05-14 01:51:22 +08:00
|
|
|
|
|
|
|
[*.{yml,yaml}]
|
2023-02-27 20:39:09 +08:00
|
|
|
indent_size = 4
|
2022-05-16 22:23:44 +08:00
|
|
|
|
|
|
|
[package.json]
|
2024-10-21 21:40:49 +08:00
|
|
|
indent_size = 4
|
2024-10-15 21:57:26 +08:00
|
|
|
|
2023-07-03 21:38:21 +08:00
|
|
|
[*.tsx.snap]
|
|
|
|
trim_trailing_whitespace = false
|