Codebase list libgit2 / upstream/0.28.1+dfsg.1 .editorconfig
upstream/0.28.1+dfsg.1

Tree @upstream/0.28.1+dfsg.1 (Download .tar.gz)

.editorconfig @upstream/0.28.1+dfsg.1raw · 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
trim_trailing_whitespace = false