Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.editorconfig - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 096ff2565bed035a200602f3b45fc364714fd570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; 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