From 5520d54a54d9a72359fc977ae7123d1aa5b9fa89 Mon Sep 17 00:00:00 2001 From: apolopena <3060702+apolopena@users.noreply.github.com> Date: Sun, 21 Mar 2021 13:18:08 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20no=20trailing=20newli?= =?UTF-8?q?ne=20for=20.txt=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/snippets/editorconfig/laravel-js-2space | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash/snippets/editorconfig/laravel-js-2space b/bash/snippets/editorconfig/laravel-js-2space index e6d1b86e..cf914828 100644 --- a/bash/snippets/editorconfig/laravel-js-2space +++ b/bash/snippets/editorconfig/laravel-js-2space @@ -15,4 +15,7 @@ indent_size = 4 trim_trailing_whitespace = false [*.{yml,yaml}] -indent_size = 2 \ No newline at end of file +indent_size = 2 + +[*.txt] +insert_final_newline = false \ No newline at end of file