Add settings for trimming whitespace and final newline

pull/699/head
fadrian06 3 days ago committed by GitHub
parent 49b750c329
commit 9684654115
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,6 +5,8 @@ indent_style = space
indent_size = 4 indent_size = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md] [*.md]
indent_size = 2 indent_size = 2

Loading…
Cancel
Save