Skip to content

Commit f7cfd51

Browse files
authored
Add .editorcofing (open-telemetry#8)
To have clean consistent formatting
1 parent 1861043 commit f7cfd51

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# https://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
charset = utf-8
9+
10+
[*.{json,yaml}]
11+
indent_style = space
12+
indent_size = 2

0 commit comments

Comments
 (0)