Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 6867dc01ea301a9a9931ee096a579f76633de23f
https://github.com/Perl/perl5/commit/6867dc01ea301a9a9931ee096a579f76633de23f
Author: Michael G. Schwern <[email protected]>
Date: 2021-01-17 (Sun, 17 Jan 2021)
Changed paths:
A .editorconfig
Log Message:
-----------
style: Add an EditorConfig file for the C code.
EditorConfig lets editors automatically configure themselves to the
project standard. Like embedded VIM and emacs mode lines, but
universal. Many editors support it out of the box. Most everything
else has a plugin. https://editorconfig.org/
It makes contributing with proper style easier. Pretty basic stuff.
* 4 spaces for indentation
* UTF-8
* Unix newlines
* Strip trailing whitespace
* Add a final newline on the file
Commit: 95effda003dd0ba0ce0f04de22d687e771c1a738
https://github.com/Perl/perl5/commit/95effda003dd0ba0ce0f04de22d687e771c1a738
Author: Michael G. Schwern <[email protected]>
Date: 2021-01-17 (Sun, 17 Jan 2021)
Changed paths:
M MANIFEST
M Porting/manifest_lib.pl
Log Message:
-----------
fix: Manifest sorting for dotfiles with no extension.
Forgot to add .editorconfig to the MANIFEST.
Manfiest sorting was treating all of .editorconfig as an extension
which put it before .dir-locals.el which is nonsense. Fixed it not
to treat a file named .foo as an extension.
Commit: c9b1d81937f30abcada0bac02a0f338b31ce295e
https://github.com/Perl/perl5/commit/c9b1d81937f30abcada0bac02a0f338b31ce295e
Author: Michael G. Schwern <[email protected]>
Date: 2021-01-17 (Sun, 17 Jan 2021)
Changed paths:
M MANIFEST
Log Message:
-----------
typo fix
Compare: https://github.com/Perl/perl5/compare/b12f49e14636...c9b1d81937f3