2024-09-09 15:57:16 +02:00
|
|
|
# Copyright 2024 New Vector Ltd.
|
2017-02-09 20:34:18 +01:00
|
|
|
# Copyright 2017 Aviral Dasgupta
|
2024-09-09 15:57:16 +02: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-09 20:34:18 +01: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-04-21 13:55:32 +02:00
|
|
|
|
|
|
|
[*.{yml,yaml}]
|
2023-02-23 12:10:11 +01:00
|
|
|
indent_size = 4
|
2023-07-03 15:38:21 +02:00
|
|
|
|
|
|
|
[*.tsx.snap]
|
|
|
|
trim_trailing_whitespace = false
|