ebresie / python4nb

This is a Python Plugin for Netbeans.
Apache License 2.0
13 stars 1 forks source link

Add support for Editor Config #43

Open ebresie opened 1 year ago

ebresie commented 1 year ago

Editor Config is a means of providing coding style characteristics for common development practices across IDEs. See https://editorconfig.org/#overview for high level overview and for more details see https://editorconfig.org/

Spec is available https://spec.editorconfig.org/

Note: There was previous NetBeans plugin available which may be worth reviewing for use/ See https://github.com/welovecoding/editorconfig-netbeans#readme which may be via

There is "plugin guidance" here as well https://github.com/editorconfig/editorconfig/wiki/Plugin-Guidelines