added a new configuration item code_folder_readme

This commit is contained in:
2015-04-09 09:33:04 +00:00
parent 83f1fa989a
commit 07a5b937f5
3 changed files with 41 additions and 16 deletions

View File

@ -238,3 +238,11 @@ svn_min_commit_message_length = "0"
svn_restricted_topdirs = ""
svn_restriction_allowed_subdir_depth_min = 0
svn_restriction_allowed_subdir_depth_max = 0
;------------------------------------------------------------------------------
; List of README files to show in the code folder view.
; The first file found is shown. You can specify multiple file name
; separated by a comma.
;------------------------------------------------------------------------------
code_folder_readme = "README.wiki,README.txt,README";