Browse Source

add .editorconfig to data folder

tells the editor to save data files with crlf needed for parsing the test http responses
pull/60/head
Aaron Parecki 6 years ago
parent
commit
2cc215d370
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/data/.editorconfig

+ 2
- 0
tests/data/.editorconfig View File

@ -0,0 +1,2 @@
[*]
end_of_line = crlf

Loading…
Cancel
Save