Open ciukstar opened 6 years ago
Sorry, could you elaborate on what's wrong? I'm not familiar with editorconfig.
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).
ng2-mode EditorConfig
does not follow EditorConfig properties