Skip to content

Commit

Permalink
👌 IMPROVE: no trailing newline for .txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Mar 21, 2021
1 parent 0c1dd8c commit 5520d54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bash/snippets/editorconfig/laravel-js-2space
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ indent_size = 4
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_size = 2
indent_size = 2

[*.txt]
insert_final_newline = false

0 comments on commit 5520d54

Please sign in to comment.