]> git.proxmox.com Git - libgit2.git/blob - .editorconfig
Merge https://salsa.debian.org/debian/libgit2 into proxmox/bullseye
[libgit2.git] / .editorconfig
1 ; Check http://editorconfig.org/ for more informations
2 root = true
3
4 [*]
5 indent_style = tab
6 tab_width = 8
7 trim_trailing_whitespace = true
8 insert_final_newline = true
9
10 [*.yml]
11 indent_style = space
12 indent_size = 2
13
14 [*.md]
15 indent_style = space
16 indent_size = 4
17 trim_trailing_whitespace = false
18
19 [*.py]
20 indent_style = space
21 indent_size = 4