Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
25af02f2
Commit
25af02f2
authored
Sep 10, 2021
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
positive -> nonnegative (#2493)
parent
67cb2dad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
doc/syntax.rst
doc/syntax.rst
+12
-12
No files found.
doc/syntax.rst
View file @
25af02f2
...
...
@@ -112,18 +112,18 @@ meaning in this case.
The *sign* option is only valid for number types, and can be one of the
following:
+---------+----------------------------------------------------------+
| Option | Meaning |
+=========+==========================================================+
| ``'+'`` | indicates that a sign should be used for both |
| |
positive as well as negative numbers.
|
+---------+----------------------------------------------------------+
| ``'-'`` | indicates that a sign should be used only for negative |
| | numbers (this is the default behavior). |
+---------+----------------------------------------------------------+
| space | indicates that a leading space should be used on |
| |
positive numbers, and a minus sign on negative numbers.
|
+---------+----------------------------------------------------------+
+---------+----------------------------------------------------------
--
+
| Option | Meaning
|
+=========+==========================================================
==
+
| ``'+'`` | indicates that a sign should be used for both
|
| |
nonnegative as well as negative numbers.
|
+---------+----------------------------------------------------------
--
+
| ``'-'`` | indicates that a sign should be used only for negative
|
| | numbers (this is the default behavior).
|
+---------+----------------------------------------------------------
--
+
| space | indicates that a leading space should be used on
|
| |
nonnegative numbers, and a minus sign on negative numbers.
|
+---------+----------------------------------------------------------
--
+
The ``'#'`` option causes the "alternate form" to be used for the
conversion. The alternate form is defined differently for different
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment