Skip to content

Commit d295415

Browse files
authored
Merge pull request #4 from themr0c/editorconfig
chore: added editorconfig file
2 parents e327935 + 01b8616 commit d295415

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#editorconfig.org
2+
root = true
3+
4+
[{*.yml, *.yaml, *.json, *.js, *.jsx, *.ts, *.tsx, *.html, *.css, *.scss, *.less, *.md, *.adoc}]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
11+
[*.go]
12+
indent_style = tab
13+
charset = utf-8
14+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)