summaryrefslogtreecommitdiff
path: root/debian/.editorconfig
blob: 996917810bbbe0fdd4ea5d8de3a9a12d674a5a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# https://editorconfig.org/

root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.1]
indent_style = space
indent_size = 4

[*.py]
indent_style = space
indent_size = 4

[*.pyi]
indent_style = space
indent_size = 4

[{changelog,control,copyright,watch}]
indent_style = space
indent_size = 4

[rules]
indent_style = tab
tab_size = 8

[setup.cfg]
indent_style = space
indent_size = 4

[tox.ini]
indent_style = space
indent_size = 2