Add Turtle and JSON to .editorconfig

This commit is contained in:
Marcel Otto 2019-04-02 00:41:58 +02:00
parent 2e49f8b73a
commit db0b9baade
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ end_of_line = lf
insert_final_newline = true
# 2 space indentation
[*.{ex,exs,erl,xrl,yrl}]
[*.{ex,exs,erl,xrl,yrl,json,ttl}]
indent_style = space
indent_size = 2