Codebase list libgit2 / debian/0.27.0+dfsg.1-0.6 .editorconfig
debian/0.27.0+dfsg.1-0.6

Tree @debian/0.27.0+dfsg.1-0.6 (Download .tar.gz)

.editorconfig @debian/0.27.0+dfsg.1-0.6raw · history · blame

; Check http://editorconfig.org/ for more informations
; Top-most EditorConfig file
root = true

; tab indentation
[*]
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true

; 4-column space indentation
[*.md]
indent_style = space
indent_size = 4