gitbucket / gitbucket

A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility
https://gitbucket.github.io/
Apache License 2.0
9.16k stars 1.25k forks source link

Freely change the Tab size of source code in difference view. #2100

Open ShinoharaTa opened 6 years ago

ShinoharaTa commented 6 years ago

Impacted version: 4.26.0

Problem description: I wrote at title. Freely change the Tab size of source code in difference view. Tab indent 8 spacing character to change size 2, 4, 8. And I want default change setting add to [web]repository setting page. input form or select box.

takezoe commented 6 years ago

EditorConfig support for the code editor (#1966) will be available since GitBucket 4.27.0. It might be nice if EditorConfig tab setting is applied to the code viewer as well.

ShinoharaTa commented 6 years ago

Thanks. I am looking forward to release.