mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 10:32:40 +00:00
* Linter diagnostics + bans non-var relative pathing * Enable DreamChecker Annotations * make it executable * update hashFiles * oops * tries to fix it... again * trying again * path * repath * fix perms * fixes weird capitalisation issue
6 lines
134 B
TOML
6 lines
134 B
TOML
[langserver]
|
|
dreamchecker = true
|
|
|
|
[code_standards]
|
|
disallow_relative_type_definitions = true
|
|
disallow_relative_proc_definitions = true |