niminit/config/config.toml

17 lines
407 B
TOML
Raw Permalink Normal View History

2023-03-06 22:44:59 +00:00
#######################
# niminit config file #
# (c) Sangelo - 2023 #
#######################
[general]
# Should the home directory appended before the config directory?
appendHome = true
# The path to the config file (no trailing slashes!)
configDirectory = "/.config/niminit"
[files]
# The directory to be created inside the project
directory = ".vscode"
files = [
"launch.json",
"tasks.json"
]