niminit/config/config.toml
2023-03-06 23:44:59 +01:00

17 lines
No EOL
407 B
TOML

#######################
# 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"
]