2022-01-14 09:51:22 +00:00
|
|
|
# begin Nimble config (version 1)
|
|
|
|
when fileExists("nimble.paths"):
|
|
|
|
include "nimble.paths"
|
|
|
|
# end Nimble config
|
2022-09-07 16:16:28 +00:00
|
|
|
|
|
|
|
when (NimMajor, NimMinor) < (1, 6):
|
|
|
|
switch("styleCheck", "hint")
|
|
|
|
else:
|
|
|
|
switch("styleCheck", "error")
|