Skip to content

Commit 962f347

Browse files
committed
added editorconfig
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent 24582e8 commit 962f347

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.DS_Store
1010
# a .bashrc may be added to customize the build environment
1111
.bashrc
12+
.editorconfig
1213
.gopath/
1314
.go-pkg-cache/
1415
autogen/

contrib/editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
indent_style = tab
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
indent_size = 2
13+
indent_style = space

0 commit comments

Comments
 (0)