From 2cc215d370e4b7a6c8e53076be4e6390b5d697ca Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 18 Feb 2018 08:16:08 -0800 Subject: [PATCH] add .editorconfig to data folder tells the editor to save data files with crlf needed for parsing the test http responses --- tests/data/.editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/data/.editorconfig diff --git a/tests/data/.editorconfig b/tests/data/.editorconfig new file mode 100644 index 0000000..684bbab --- /dev/null +++ b/tests/data/.editorconfig @@ -0,0 +1,2 @@ +[*] +end_of_line = crlf