We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3285e commit 1f51ef5Copy full SHA for 1f51ef5
.editorconfig
@@ -0,0 +1,17 @@
1
+; http://editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+charset = utf-8
7
+indent_style = space
8
+indent_size = 2
9
+end_of_line = lf
10
+trim_trailing_whitespace = true
11
+insert_final_newline = true
12
13
+[*.{go,py,php}]
14
+indent_size = 4
15
16
+[*.md]
17
+trim_trailing_whitespace = false
.gitignore
@@ -0,0 +1,8 @@
+node_modules/
+build/*
+.idea/
+*.log
+*.lock
+.DS_Store
+Thumbs.db
+*~
0 commit comments