Ran npm run style.fix added "line_ending" configuration to .editorconfig to match the results
This commit is contained in:
@ -7,6 +7,7 @@ indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
end_of_line = lf
|
||||
|
||||
[*.md]
|
||||
max_line_length = off
|
||||
|
Reference in New Issue
Block a user