commit | a0019e88eb73d8bc530cf3a769b88b6635c17346 | [log] [download] |
---|---|---|
author | WHR <msl0000023508@gmail.com> | Sat Sep 07 17:18:05 2024 +0800 |
committer | WHR <msl0000023508@gmail.com> | Sat Sep 07 17:18:05 2024 +0800 |
tree | 1223d14c338c4125110bbb87cc8907883a4ecb7b | |
parent | 3a2aa30ce9958e51d062636f364fa98f3303450c [diff] |
Normalize indentation for src/main/java/com/google/gitiles/GitilesView.java
Gitiles is a simple repository browser for Git repositories, built on JGit. Its guiding principle is simplicity: it has no formal access controls, no write access, no fancy Javascript, etc.
Gitiles automatically renders *.md
Markdown files into HTML for simplified documentation. Refer to the Markdown documentation for details.
Gitiles is configurable in a git-style configuration file named gitiles.config
. Refer to the configuration documentation for details.
Please refer to the Developer Guide.