1editorconfig(1) General Commands Manual editorconfig(1)
2
3
4
6 editorconfig - EditorConfig Command
7
9 Usage: editorconfig [OPTIONS] FILEPATH1 [FILEPATH2 FILEPATH3 ...]
10
11 FILEPATH can be a hyphen (-) if you want to path(s) to be read from
12 stdin. Hyphen can also be specified with other file names. In this way,
13 both file paths from stdin and the paths specified on the command line
14 will be used. If more than one path specified on the command line, or
15 the paths are reading from stdin (even only one path is read from
16 stdin), the output format would be INI format, instead of the simple
17 'key=value' lines.
18
19 -f Specify conf filename other than ".editorconfig".
20
21 -b Specify version (used by devs to test compatibility).
22
23 -h OR --help Print this help message.
24
25 --version Display version information.
26
27
28
30 EditorConfig File Format [22meditorconfig-format(5)
31
32
33
34
35EditorConfig Wed Jul 19 2023 00:00:00 editorconfig(1)