I discovered .editorconfig has priority over jedit properties inside the file, like :tabSize=8:
However jedit reads these properties also at buffer save, while EditorConfig does not. EditorConfig behaviour should be consistent and not change after buffer save. Maybe after save the editor config should reload the properties, like it does after load.
To reproduce:
1. .editorconfig
[*]
tab_width = 3
indent_size = 3
2. inside the file:
:tabSize=8:indentSize=8:
After opening the file, tab moves by 3. After save: by 8.
Expected behaviour: don't change the step after save.
Hong Xu
None
None
Public
|
Date: 2013-06-01 20:46:43 PDT Any hints for me? Thanks! |
|
Date: 2013-03-11 01:52:08 PDT Sorry I didn't see this notification. Do you have any idea how can I |
|
Date: 2012-08-18 02:00:57 PDT How about reading modeline again after setting parameters read from |
|
Date: 2012-08-11 10:38:06 PDT Modeline is expected to have higher priority. However, I am wondering why |