Hi, I am using Notepad++ v7.9.1 (64bit) and the EditorConfig plugin 0.4
The content of my .editorconfig file is this: *# EditorConfig website: https://EditorConfig.org* *[*]* *charset = utf-8* *indent_style = space* *indent_size = 2* Now when I open some text file from that folder or a subfolder, Notepad++ still interprets and saves the file as ANSI encoding. However, the plugin's dialog "Show EditorConfig settings for this file" correctly shows utf-8 as required encoding. (Use case: Open a file without any special characters, then add some special characters such as äöü, then save the file -> Expected is that the file is saved in utf-8, but it is saved as ANSI) 2nd issue: the indent_size is not read when opening the file (in my case it is 4). Only after chosing the plugin's menu "Reload EditorConfig for this file" the indent_size is changed to the expected 2. It seems to me that the plugin is not working with the current Notepad++, or do I do something wrong? Regards, Mirco -- You received this message because you are subscribed to the Google Groups "EditorConfig" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/editorconfig/5000cd11-4cb7-4bce-af47-8d1d1b726be6n%40googlegroups.com.
