Indentinator 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/indentinator +4 -4
- metadata +3 -3
data/bin/indentinator
CHANGED
@@ -31,14 +31,14 @@ Options:
|
|
31
31
|
|
32
32
|
-c INDENT_AMOUNT
|
33
33
|
Modify the indentation amount to INDENT_AMOUNT. The value is either
|
34
|
-
|
35
|
-
|
34
|
+
a number - in which case it indicates the number of spaces to use;
|
35
|
+
or TAB - which indicates to use tabs.
|
36
36
|
|
37
37
|
-a AMOUNT
|
38
|
-
Tell
|
38
|
+
Tell it the original AMOUNT of indentation to use
|
39
39
|
when converting the file's indentation.
|
40
40
|
Normally, this value is inferred by looking at the input.
|
41
|
-
|
41
|
+
This option takes the same values as -c.
|
42
42
|
|
43
43
|
-i Read input from stdin. This will ignore any file arguments.
|
44
44
|
|
metadata
CHANGED