Is diff.indentHeuristic still experimental?

2019-08-14 Thread Hong Xu
Hi all, I saw that diff.indentHeuristic was enabled by default at 33de7163879ca83be7d6e1583c125f84e1e7c329 , but the doc still says it is experimental

git gui blame: Possible to pass more options in?

2019-07-27 Thread Hong Xu
Hi all, I tried to run git gui blame -C somefile but I got the following error message: error: Unknown switch `C' usage: git cat-file (-t [What exactly "git cat-file -C" prints out for me] Is there a way to pass in additional options to git gui blame for now? Thanks! Hong

Add .editorconfig file to source repository to maintain a consistent coding style

2012-09-19 Thread Hong Xu
Hi all, EditorConfig is a project that helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable ed