Add Turtle and JSON to .editorconfig
This commit is contained in:
parent
2e49f8b73a
commit
db0b9baade
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue