Skip to content

Commit 736451a

Browse files
fernandoacorreiaxuhdev
authored andcommitted
Change end_of_line capitalization
The documentation[1] defines lowercase values. Since this file is likely to be used as an example or starting point, it's better for it to follow the convention, even if the uppercase value would also work. [1] https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
1 parent 3bcbf14 commit 736451a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
root = true
22

33
[*]
4-
end_of_line = LF
4+
end_of_line = lf
55
charset = utf-8
66
max_line_length = 80
77

plugin/editorconfig-core-py/.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ root = true
44
indent_style = space
55
trim_trailing_whitespace = true
66
indent_size = 4
7-
end_of_line = LF
7+
end_of_line = lf
88

99
[*.yml]
1010
indent_style = space
1111
indent_size = 2
12-
end_of_line = LF
12+
end_of_line = lf

tests/spec/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[*.rb]
22
indent_style = space
33
indent_size = 2
4-
end_of_line = LF
4+
end_of_line = lf

0 commit comments

Comments
 (0)