diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-06-21 23:22:40 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-06-21 23:22:40 +0200 |
| commit | 6070844d69cab5b4a5bb50473bd6ccc2343ff7dd (patch) | |
| tree | 9c963ed0e0f28af3200b1a491ce279a30baa259c /src/common | |
| parent | 23feadba81e951e523dd37d14e068635408bc90b (diff) | |
Add new json variable for picking the space amount
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/config.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config.odin b/src/common/config.odin index 387e8b8..d90e5fa 100644 --- a/src/common/config.odin +++ b/src/common/config.odin @@ -28,6 +28,7 @@ Config :: struct { Format_Config :: struct { tabs: bool, characters: int, + spaces: int, } config: Config;
\ No newline at end of file |