]> git.proxmox.com Git - libgit2.git/blame - .editorconfig
Update d/ch for 0.28.4+dfsg.1-4 release
[libgit2.git] / .editorconfig
CommitLineData
098bb9df
AS
1; Check http://editorconfig.org/ for more informations
2; Top-most EditorConfig file
3root = true
4
5; tab indentation
6[*]
7indent_style = tab
8trim_trailing_whitespace = true
9insert_final_newline = true
10
11; 4-column space indentation
12[*.md]
13indent_style = space
14indent_size = 4
ac3d33df 15trim_trailing_whitespace = false