Fix Insta snapshot files having their line endings truncated when edited

This commit is contained in:
Lucien Greathouse
2019-11-25 18:10:39 -08:00
parent 15cbbacc2f
commit da6c7b4d7a

View File

@@ -19,5 +19,8 @@ indent_style = space
indent_size = 4
insert_final_newline = true
[*.snap]
insert_final_newline = true
[*.lua]
indent_style = tab