Skip to content

Commit

Permalink
Fix Insta snapshot files having their line endings truncated when edited
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Nov 26, 2019
1 parent 15cbbac commit da6c7b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -19,5 +19,8 @@ indent_style = space
indent_size = 4
insert_final_newline = true

[*.snap]
insert_final_newline = true

[*.lua]
indent_style = tab

0 comments on commit da6c7b4

Please sign in to comment.