editorconfig / editorconfig.github.com

Configuration file format for defining coding styles in shared projects
http://editorconfig.org
Other
265 stars 42 forks source link

Whitespace improvements (retry) #150

Closed kmk3 closed 3 years ago

kmk3 commented 3 years ago
$ git log --reverse --pretty='* %s' -s master..HEAD
* Add .gitattributes
* Fix whitespace with git stripspace
* .editorconfig: enable trim trailing ws / insert final newline
* .editorconfig: define consistent charset and eol

(Re-attempt of #143 without squashing on merge)

xuhdev commented 3 years ago

Done!