Skip to content

Commit 36ce31b

Browse files
committed
ci: update of editorconfig file. If changes needed please contribute to https://github.com/Netcracker/.github/blob/main/.editorconfig
1 parent 1ed0845 commit 36ce31b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ end_of_line = lf
1212
[{*.bat,*.cmd}]
1313
end_of_line = crlf
1414

15+
[*.go]
16+
# gofmt defaults to LF for all the platforms: https://github.com/golang/go/issues/16355
17+
end_of_line = lf
18+
1519
[*.md]
1620
# Trailing whitespace is important in Markdown (they distinguish a new line from a new paragraph)
1721
eclint_indent_style = unset
@@ -31,4 +35,4 @@ indent_size = 4
3135
profile = black
3236

3337
[*.sh]
34-
indent_size = 4
38+
indent_size = 4

0 commit comments

Comments
 (0)