Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Normalizing files whitespace/styleguide #5

Open
SBoudrias opened this issue Aug 20, 2014 · 0 comments
Open

[core] Normalizing files whitespace/styleguide #5

SBoudrias opened this issue Aug 20, 2014 · 0 comments
Labels

Comments

@SBoudrias
Copy link
Member

What?

Yeoman generates a lot of file for the user. A big issue currently is that all files are copied as is and ain't modified to match the user/team coding style guide.

It would be greatly appreciated from Yeoman user if they were able to define styling constraint in the .editorconfig file and simply see the style applied to new files.

Feature

  • Parsing .editorconfig files to extract config - respecting nested rules, root rules, etc.
  • Normalizing multiple file type whitespaces
  • This could be easily be made in a standalone module (Yay!)
  • [extra] beautifying code based on common coding styleguide

Prior art

Notice

We're strongly considering changing our file-system. If this happens, write filter would simply be gulp plugins. So if someone want to work on this one, it might make sense to investigate this avenue rather than fixing our currently broken file system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant