forked from fullstaq-ruby/server-edition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
56 lines (42 loc) · 959 Bytes
/
.editorconfig
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# http://EditorConfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
[Dockerfile]
indent_style = space
indent_size = 4
[*.sh]
indent_style = space
indent_size = 4
[*.rb]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[container-entrypoints/*]
indent_style = space
indent_size = 4
[{build-everything,build-jemalloc,build-ruby,build-ruby-deb,build-rbenv-deb,build-ruby-rpm,build-rbenv-rpm,test-debs,test-rpms,upload-debs,upload-rpms}]
indent_style = space
indent_size = 4
[internal-scripts/autodetect-shlib-dependencies]
indent_style = space
indent_size = 2
[internal-scripts/test-debs]
indent_style = space
indent_size = 4
[internal-scripts/test-rpms]
indent_style = space
indent_size = 4
[internal-scripts/upload-deb]
indent_style = space
indent_size = 4
[internal-scripts/upload-rpm]
indent_style = space
indent_size = 4
[aptly.conf]
indent_style = space
indent_size = 2