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

.editorconfig - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ddfa03bdaaed2d27fef1bed32e9216a614a8bbdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[Makefile]
indent_style = tab
indent_size = unset

[**.go]
indent_style = tab
indent_size = 8
tab_width = 8

[**.md]
max_line_length = 80

[**.proto]
indent_style = space
indent_size = 2

[**.rb]
indent_size = 2
indent_style = space

[**.yml]
indent_style = space
indent_size = 2