Add jsonld to editorconfig

This commit is contained in:
rugk 2016-07-19 14:16:02 +02:00
parent bbad92a161
commit b491f064ef
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ indent_size = 4
indent_style = space
indent_size = 4
[*.jsonld]
indent_style = tab
indent_size = 4
[*.php]
indent_style = space
indent_size = 4