From ceb7e369a2ad5319935f970d3fa498088c687eda Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Fri, 20 Nov 2020 11:24:49 -0500 Subject: [PATCH] Correct syntax error --- languages/django.editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/django.editorconfig b/languages/django.editorconfig index b187021..414ae16 100644 --- a/languages/django.editorconfig +++ b/languages/django.editorconfig @@ -3,7 +3,7 @@ # See https://editorconfig.org/ for documentation. # # https://git.brandon-rodriguez.com/other/editorconfig - # Version 1.0 + # Version 1.1 ## @@ -34,6 +34,6 @@ indent_size = 4 # Tab styles that should be two spaces per tab. # Only very nested languages should be put here. ## -[*.{html}] +[*.html] indent_size = 2 -- GitLab