From 5a4abc578b75302f5bcf1ff30d52784044f77d98 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Fri, 20 Nov 2020 11:26:01 -0500 Subject: [PATCH] Correct extra end of file newlines --- languages/django.editorconfig | 1 - languages/laravel.editorconfig | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/languages/django.editorconfig b/languages/django.editorconfig index 414ae16..3c71dca 100644 --- a/languages/django.editorconfig +++ b/languages/django.editorconfig @@ -36,4 +36,3 @@ indent_size = 4 ## [*.html] indent_size = 2 - diff --git a/languages/laravel.editorconfig b/languages/laravel.editorconfig index 14e7d48..85c63e3 100644 --- a/languages/laravel.editorconfig +++ b/languages/laravel.editorconfig @@ -3,7 +3,7 @@ # See https://editorconfig.org/ for documentation. # # https://git.brandon-rodriguez.com/other/editorconfig - # Version 1.0 + # Version 1.0.1 ## @@ -36,4 +36,3 @@ indent_size = 4 ## [*.{blade.php,html}] indent_size = 2 - -- GitLab