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

Cambiar configuración de prettierrc #1

Open
mnibor opened this issue Jul 15, 2024 · 0 comments
Open

Cambiar configuración de prettierrc #1

mnibor opened this issue Jul 15, 2024 · 0 comments

Comments

@mnibor
Copy link
Collaborator

mnibor commented Jul 15, 2024

hay una configuración de prettierrc que dice:

"endOfLine": "Lf"

hay que pasarla a

"endOfLine": "auto"

ocurre que cuando se abre un proyecto desde windows, que fue editado en linux, los fin de linea quedan grabados compatibles con linux y devuelven muchos errores. Pasando el endOfLine a auto, hace que sea compatible con todos los sistemas operativos, incluidos MacOS y Windows

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

No branches or pull requests

1 participant