diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-08-08 22:09:57 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-08-08 22:09:57 +0200 |
| commit | c9a3fba84d9645470b64f2174e56533fbe35c10a (patch) | |
| tree | ac9508927b2164974f9fb57f8188d0a2aff5872c /src/common | |
| parent | b7b21f1b56a867a33a27bde0b24ef07d8761fea5 (diff) | |
add support to `odinfmt.json` config for formatter.
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/config.odin | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/config.odin b/src/common/config.odin index d90e5fa..b4114c0 100644 --- a/src/common/config.odin +++ b/src/common/config.odin @@ -20,15 +20,8 @@ Config :: struct { enable_std_references: bool, thread_count: int, file_log: bool, - formatter: Format_Config, odin_command: string, checker_args: string, } -Format_Config :: struct { - tabs: bool, - characters: int, - spaces: int, -} - config: Config;
\ No newline at end of file |