texstudio-org/texstudio

Feature Request: Support .editorconfig files

Open

#322 opened on Sep 18, 2018

 (6 comments) (6 reactions) (0 assignees)C++ (397 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (3,516 stars)
PR merge metrics
 (Avg merge 5h 26m) (19 merged PRs in 30d)

Description

When collaborating with others it could be really useful to support .editorconfig files: https://editorconfig.org/ Please evaluate whether you would like to implement this. Maybe some code could be borrowed from KTextEditor (https://phabricator.kde.org/D4537) which already has support for this.

I would especially enjoy support for things like trim_trailing_whitespace, see https://github.com/editorconfig/editorconfig/wiki/Property-research:-Trim-trailing-spaces since that would help keeping a clean diff.

Contributor guide