We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd6c21 commit 8af1f84Copy full SHA for 8af1f84
1 file changed
.editorconfig
@@ -0,0 +1,34 @@
1
+# EditorConfig is awesome: https://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+# Unix-style newlines with a newline ending every file
7
+[*]
8
+end_of_line = lf
9
+insert_final_newline = true
10
11
+# Go files
12
+[*.go]
13
+indent_style = tab
14
+indent_size = 2
15
16
+# JavaScript files
17
+[*.js]
18
+indent_style = space
19
20
21
+# Markdown files
22
+[*.md]
23
+max_line_length = 80
24
+trim_trailing_whitespace = false
25
26
+# JSON files
27
+[*.json]
28
29
30
31
+# YAML files
32
+[*.yml, *.yaml]
33
34
0 commit comments