biscuit icon indicating copy to clipboard operation
biscuit copied to clipboard

Built-in editorconfig support

Open tomlin7 opened this issue 1 year ago • 2 comments

Feature

Editorconfig is quite popular in developer communities and we should incorporate a basic support for this.

  • detect editorconfig files in opened project directories
  • confirm from user to load the configurations
  • use the editorconfig parser and load the configurations

tomlin7 avatar May 27 '24 07:05 tomlin7

pyeditorconfig module?

Moosems avatar Jun 14 '24 22:06 Moosems

  • run checks for editorconfig detection in project repo on active directory change
  • then confirm from user to load the editorconfig settings (using messagebox for now, notification actions are planned)

tomlin7 avatar Jun 17 '24 07:06 tomlin7