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

Editorconfig file #60

Closed
izerozlu opened this issue Aug 25, 2019 · 5 comments
Closed

Editorconfig file #60

izerozlu opened this issue Aug 25, 2019 · 5 comments
Assignees
Labels
future Scheduled to near future good first issue Good for newcomers

Comments

@izerozlu
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Related to development process. In some files indentations are not synchronized.

Describe the solution you'd like
It'd be useful to have an .editorconfig file to synchronize formatting between files.

Describe alternatives you've considered
Manual formatting. It was painful.

Additional context

[*.vue]
indent_style = tab
indent_size = 4
@liyasthomas liyasthomas added future Scheduled to near future good first issue Good for newcomers labels Aug 25, 2019
@sfrankian
Copy link

I can work on this. Is there a preferred style guide that the project follows (StandardJS, AirBnB, etc.)?

@liyasthomas
Copy link
Member

I personally use StandardJS on all my projects.

@NBTX
Copy link
Contributor

NBTX commented Aug 26, 2019

@sfrankian Remember to take .editorconfig out of .gitignore.
I edited this myself (and intended to PR) but I'll just remove my copy of the file

@Ryanb58
Copy link

Ryanb58 commented Aug 29, 2019

Looks like this issue has been solved:
#82

@liyasthomas
Copy link
Member

Closing fixed issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future Scheduled to near future good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

5 participants