guilhermejcgois / generator-protractor-typescript

Generator for typescript projects that uses Protractor. Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would.
MIT License
2 stars 0 forks source link

Wrong identation on generated files #1

Open guilhermejcgois opened 6 years ago

guilhermejcgois commented 6 years ago

Expected behavior

That the identation respect .editorconfig of project (if available).

Actual behavior

Always use hard TAB for identation.

Steps to reproduce the behavior

Generate a page object with defaults option and least 2 elements.