AdamNiederer / ng2-mode

Angular Support for Emacs
GNU General Public License v3.0
73 stars 11 forks source link

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

Open ciukstar opened 5 years ago

ciukstar commented 5 years ago

ng2-mode EditorConfig does not follow EditorConfig properties

AdamNiederer commented 5 years ago

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

ciukstar commented 5 years ago

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).