From da6c7b4d7ae579518ccbd4dbf66029d7268e241e Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 25 Nov 2019 18:10:39 -0800 Subject: [PATCH] Fix Insta snapshot files having their line endings truncated when edited --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 42ec20f4..aa7f61e9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,5 +19,8 @@ indent_style = space indent_size = 4 insert_final_newline = true +[*.snap] +insert_final_newline = true + [*.lua] indent_style = tab \ No newline at end of file