From db0b9baade86ae033e523930a6f0e93bc13a6472 Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Tue, 2 Apr 2019 00:41:58 +0200 Subject: [PATCH] Add Turtle and JSON to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e4f506a..5b3a704 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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