Squashed 'tests/json-patch-tests/' content from commit 716417e

git-subtree-dir: tests/json-patch-tests
git-subtree-split: 716417e71e328e116dc1e98b903b434578bc1a1c
This commit is contained in:
Max Bruckner
2017-04-11 14:45:28 +02:00
commit 7276f4df05
7 changed files with 747 additions and 0 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space