blob: 89c69d76f47a14f3817f0e81869f2e70a34655d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"profile": "default",
"profiles": [
{
"name": "default",
"checker_path": [ "." ],
"defines": {
"ODIN_DEBUG": "true"
}
}
]
}
|