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

"ng2-mode EditorConfig" does not follow EditorConfig properties #12

Open
ciukstar opened this issue Jul 19, 2018 · 2 comments
Open

"ng2-mode EditorConfig" does not follow EditorConfig properties #12

ciukstar opened this issue Jul 19, 2018 · 2 comments

Comments

@ciukstar
Copy link

ng2-mode EditorConfig does not follow EditorConfig properties

@AdamNiederer
Copy link
Owner

Sorry, could you elaborate on what's wrong? I'm not familiar with editorconfig.

@ciukstar
Copy link
Author

My EditorConfig props are as follow:

charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
tab_width = 2

Under typescript tide FlyC EditorConfig the indent_size is preserved at M^x s (value 2).

Under ng2-ts tide FlyC- EditorConfig the indent_size is NOT preserved at M^x s (indent size becomes 4 or something else).

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

2 participants