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 1ed0845 commit 36ce31bCopy full SHA for 36ce31b
.editorconfig
@@ -12,6 +12,10 @@ end_of_line = lf
12
[{*.bat,*.cmd}]
13
end_of_line = crlf
14
15
+[*.go]
16
+# gofmt defaults to LF for all the platforms: https://github.com/golang/go/issues/16355
17
+end_of_line = lf
18
+
19
[*.md]
20
# Trailing whitespace is important in Markdown (they distinguish a new line from a new paragraph)
21
eclint_indent_style = unset
@@ -31,4 +35,4 @@ indent_size = 4
31
35
profile = black
32
36
33
37
[*.sh]
34
-indent_size = 4
38
+indent_size = 4
0 commit comments