forked from ElektraInitiative/libelektra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspec.ini
72 lines (61 loc) · 1.16 KB
/
spec.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[]
mountpoint = codegen_econf_example.conf
[root]
type = boolean
default = 0
[format/#]
type = struct
check/type = any
default = ""
gen/struct/type = FormatConf
gen/struct/depth = 2
[format/#/pattern]
type = string
default = ""
gen/struct/field = filePattern
[format/#/indent/style]
type = enum
default = tab
check/enum = #1
check/enum/#0 = tab
check/enum/#1 = space
gen/enum/type = IndentStyle
gen/struct/field = indentStyle
[format/#/indent/size]
type = unsigned_long
default = 0
gen/struct/field = indentSize
[format/#/tabwidth]
type = unsigned_long
default = 8
gen/struct/field = tabWidth
[format/#/eol]
type = enum
default = native
check/enum = #3
check/enum/#0 = native
check/enum/#1 = lf
check/enum/#2 = cr
check/enum/#3 = crlf
gen/enum/type = LineEnd
[format/#/charset]
type = enum
default = utf-8
check/enum = #4
check/enum/#0 = latin1
check/enum/#1 = utf-8
check/enum/#2 = utf-16be
check/enum/#3 = utf-16le
check/enum/#4 = utf-8-bom
gen/enum/type = Charset
[format/#/trim]
type = boolean
default = 1
[format/#/eofnewline]
type = boolean
default = 1
gen/struct/field = eofNewline
[format/#/linelength]
type = unsigned_long
default = 0
gen/struct/field = maxLineLength