1.3.0
- Removed all
end_of_line
settings. Rely on.gitattributes
to deal with line endings depending on operating system as described in .gitattributes Best Practices. See #14. - Enable
insert_final_newline = true
for all text files to prevent issues with some tools, mostly on unix based operating systems. See #13. - Made discards a suggestion instead of a warning in #17.