@@ -160,11 +160,13 @@ binaryFormat
160
160
161
161
**type **: ``boolean `` **default **: ``null ``
162
162
163
- When true, the sizes will be displayed in messages with binary suffixes (KiB, MiB).
164
- When false, the sizes will be displayed with SI suffixes (kB, MB).
165
- When null, then the binaryFormat will be guessed from the suffix defined in the maxSize option.
163
+ When ``true ``, the sizes will be displayed in messages with binary suffixes
164
+ (KiB, MiB). When ``false ``, the sizes will be displayed with SI suffixes (kB,
165
+ MB). When ``null ``, then the binaryFormat will be guessed from the suffix
166
+ defined in the maxSize option.
166
167
167
- For more information about the difference between binary and SI suffixes, see `Wikipedia: Binary prefix `_.
168
+ For more information about the difference between binary and SI suffixes,
169
+ see `Wikipedia: Binary prefix `_.
168
170
169
171
maxSize
170
172
~~~~~~~
@@ -189,7 +191,8 @@ to be valid. The size of the file can be given in one of the following formats:
189
191
* **mebibytes **: To specify the ``maxSize `` in mebibytes, pass a number and
190
192
suffix it with a "Mi" (e.g. ``8Mi ``); 1Mi = 1 048 576 bytes.
191
193
192
- For more information about the difference between binary and SI suffixes, see `Wikipedia: Binary prefix `_.
194
+ For more information about the difference between binary and SI suffixes,
195
+ see `Wikipedia: Binary prefix `_.
193
196
194
197
mimeTypes
195
198
~~~~~~~~~
0 commit comments