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
|
2022-05-13 18:51:22 +01:00
|
|
|
|
|
|
|
|
[*.{yml,yaml}]
|
2023-02-27 12:39:09 +00:00
|
|
|
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
|
|
|
|
2023-07-03 15:38:21 +02:00
|
|
|
[*.tsx.snap]
|
|
|
|
|
trim_trailing_whitespace = false
|