Skip to content

Commit

Permalink
feat(.editorconfig): set insert_final_newline to true
Browse files Browse the repository at this point in the history
Instructs editors to insert a newline at the end of a file and thus prevents GitHub flagging the missing newline.

Pull-Request: #3578.
  • Loading branch information
mxinden authored Mar 13, 2023
1 parent 8269b52 commit b11e53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=100
insert_final_newline=false
insert_final_newline=true

0 comments on commit b11e53f

Please sign in to comment.