Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
tools
/
bootconfig
/
samples
/
good-mixed-kv3.bconf
Text
·
80 B
·
2ce2b02
Raw
7 lines · plain
1
# mixed key and subkeys with braces
2
key = value
3
key {
4
subkey1
5
subkey2 = foo
6
}
7