Skip to content

Commit 9a60962

Browse files
authored
Merge pull request grafana#5 from grafana/chore/add-editorconfig
Chore: Add .editorconfig
2 parents 4d890c7 + 1c91f3e commit 9a60962

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
max_line_length = 120
11+
12+
[*.go]
13+
indent_style = tab
14+
indent_size = 4
15+
charset = utf-8
16+
trim_trailing_whitespace = true
17+
insert_final_newline = true
18+
19+
[*.md]
20+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)