yeoman / Hackathons

Running a Yeoman hackathon? Start here for ideas, tips, and goals
BSD 2-Clause "Simplified" License
10 stars 5 forks source link

[core] Normalizing files whitespace/styleguide #5

Open SBoudrias opened 10 years ago

SBoudrias commented 10 years ago

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

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.