diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-06-22 00:09:15 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-06-22 00:09:15 +0200 |
| commit | ff4801dfd8ee5113d1fba64aeede0f7412a91931 (patch) | |
| tree | 00defc3a2d24871de85b78e3e60de3d97beb1127 /src | |
| parent | b0e274b53936eac2c751d3d04a7b1bcd432cfe91 (diff) | |
Forgot file
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/config.odin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/config.odin b/src/common/config.odin index d90e5fa..c510e57 100644 --- a/src/common/config.odin +++ b/src/common/config.odin @@ -27,8 +27,8 @@ Config :: struct { Format_Config :: struct { tabs: bool, - characters: int, - spaces: int, + characters: Maybe(int), + spaces: Maybe(int), } config: Config;
\ No newline at end of file |