refactor(config): BREAKING rename config option config_files to include_files

This commit is contained in:
CJ van den Berg 2025-01-08 12:53:07 +01:00
parent eaa7ad87b7
commit 1acc9b107e
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
fontface: [] const u8 = "Cascadia Code",
fontsize: f32 = 17.5,
config_files: []const u8 = "",
include_files: []const u8 = "",