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

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