cpp-hocon 0.3.0
Loading...
Searching...
No Matches
config_syntax.hpp
1#pragma once
2
3enum class config_syntax {
10 JSON,
11
18 CONF,
19
21 UNSPECIFIED
22
23 // Original project also supported Java's .properties formats, but we do not
24};