-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
56 lines (43 loc) · 1.04 KB
/
.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
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[.copier-*.yml]
insert_final_newline = unset
indent_size = unset
[*.md]
indent_size = unset
[*.go]
indent_style = tab
[go.mod]
indent_size = unset
indent_style = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
[*.jq]
indent_size = unset
[*.md]
indent_size = unset
[{*.yml,*.yaml}]
indent_size = unset
[{*.rb,Gemfile.lock}]
indent_size = unset
[{*.jsonnet,*.libsonnet}]
indent_size = unset
# Ignored
[{spec/fixtures/redis_trace/**,**/*.afdesign,**/*.excalidraw,**/*.drawio,**/*.html,**/*.graphml,reference-architectures/get-hybrid/config/**,mimir-rules/**/dashboards/*.json,.git/**}]
charset = unset
end_of_line = unset
indent_size = unset
indent_style = unset
insert_final_newline = unset
trim_trailing_whitespace = unset