-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new configuration options for custom separator
- Loading branch information
1 parent
50a0128
commit ae92aba
Showing
4 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,12 +25,16 @@ General | |
Minimum config file should contain at least a ``general`` section | ||
with an email address which will be used for searching. Option | ||
``width`` specifies the maximum width of the report, ``quarter`` | ||
can be used to choose a different start month of the quarter:: | ||
can be used to choose a different start month of the quarter. | ||
The ``separator`` and ``separator_width`` options control the | ||
character used, and width of the separator between users:: | ||
|
||
[general] | ||
email = Petr Šplíchal <[email protected]> | ||
width = 79 | ||
quarter = 1 | ||
separator = # | ||
separator_width = 20 | ||
|
||
In order to load additional plugins from your custom locations | ||
provide paths to be searched in the ``plugins`` option:: | ||
|