mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
.editorconfig: Set line length to 80
And alphabetize properties.
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
max_line_length = 80
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
|
||||
Reference in New Issue
Block a user