Skip to content

Commit

Permalink
Change editorconfig to default to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedey committed Nov 22, 2021
1 parent fb41e10 commit 3745665
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ indent_style = space
# (Please don't specify an indent_size here; that has too many unintended consequences.)
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = crlf
end_of_line = lf

# Unix scripts
[*.sh]
end_of_line = lf

# BAT scripts
[*.bat]
end_of_line = crlf

# Markdown files
[*.md]
max_line_length = off
Expand Down

0 comments on commit 3745665

Please sign in to comment.