aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 5e44971642ba07868019ec81f40a201293ad2a95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

# SPDX-License-Identifier: AGPL-3.0-only
# SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>

root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 8
tab_size = 8

[*.py]
indent_style = space
indent_size = 4

[*.yaml]
indent_style = space
indent_size = 2