Can anyone confirm this issue with EditorConfig?
-
I have a very annoying issue that the plugin EditorConfig 0.4.0.0 stopped working with Notepad 8.5.+. The author doesn’t seem to be able to reproduce this.
Can anyone else reproduce and confirm this issue?
https://github.com/editorconfig/editorconfig-notepad-plus-plus/issues/48 -
You appear to have set an invalid value for
indent_style
.Following information from:
https://spec.editorconfig.org/Key Supported values indent_style Set to tab
orspace
to use hard tabs or soft tabs respectively. The values are case insensitive.tabs
is not the same astab
. Change totab
and editorconfig appears to work as expected. -
@mpheath Wohoo!! That was it, thank you a lot! I really needed a pair of fresh eyes. 👍👍