Browse Source

Use crlf for .txt files in editorconfig.

pull/1801/head
staphen 5 years ago committed by Anders Jenbo
parent
commit
ca09c704cf
  1. 2
      .editorconfig

2
.editorconfig

@ -34,7 +34,7 @@ indent_size = 2
end_of_line = lf
[*.txt]
end_of_line = lf
end_of_line = crlf
[AppRun]
end_of_line = lf

Loading…
Cancel
Save