1editorconfig(1)             General Commands Manual            editorconfig(1)
2
3
4

NAME

6       editorconfig - EditorConfig Command
7
8

Usage of the <tt>editorconfig</tt> command line tool

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