macro to support EditorConfig #301
tksoh
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Fantastic! Honestly, even my native solution will probably look to this for some inspiration :-) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For those who might be interested, you can checkout the macro here:
https://github.com/tksoh/nedit-macros/blob/master/editorconfig/editorconfig.nm
It's still very much work in progress, but it seems to work for nedit-ng repo so far. Right now it merely works on the tabs settings (indent_style & indent_size), since other properties are not immediately applicable to nedit. Glob patterns support is not complete, but commonly used patterns should work without issue.
It works on both nedit-ng and nedit 5.
I am aware of @eteran's plan to support EditorConfig natively in nedit-ng, but until then, or if you are still using nedit 5 somehow, this macro should work as a temp solution.
Beta Was this translation helpful? Give feedback.
All reactions