mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 18:12:00 +00:00
* dmdoc now shows typepaths instead of names (#53746) * dmdoc now shows typepaths instead of names Co-authored-by: Fikou <piotrbryla@onet.pl>
10 lines
170 B
TOML
10 lines
170 B
TOML
[langserver]
|
|
dreamchecker = true
|
|
|
|
[code_standards]
|
|
disallow_relative_type_definitions = true
|
|
disallow_relative_proc_definitions = true
|
|
|
|
[dmdoc]
|
|
use_typepath_names = true
|