]> git.proxmox.com Git - libgit2.git/blame - .editorconfig
Provide binary package for libgit2 fixtures
[libgit2.git] / .editorconfig
CommitLineData
098bb9df 1; Check http://editorconfig.org/ for more informations
098bb9df
AS
2root = true
3
098bb9df
AS
4[*]
5indent_style = tab
0c9c969a 6tab_width = 8
098bb9df
AS
7trim_trailing_whitespace = true
8insert_final_newline = true
9
0c9c969a
UG
10[*.yml]
11indent_style = space
12indent_size = 2
13
098bb9df
AS
14[*.md]
15indent_style = space
16indent_size = 4
ac3d33df 17trim_trailing_whitespace = false
0c9c969a
UG
18
19[*.py]
20indent_style = space
21indent_size = 4