libgit2sharp/.editorconfig

16 строки
338 B
INI

; Check http://editorconfig.org/ for more informations
; Top-most EditorConfig file
root = true
; 4-column space indentation
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
; Not change VS generated files
[*.{sln,csroj}]
trim_trailing_whitespace = false
insert_final_newline = false