diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2026-02-12 14:38:39 +1100 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2026-02-12 14:52:27 +1100 |
| commit | b32550a87edcbd71d1084eec76c316161066bb06 (patch) | |
| tree | e8ad7fd5fd209adca67d6f4a9304da44116f99a1 /src/server/format.odin | |
| parent | 92b8c767d233c6556ebf46072f32a02d06277363 (diff) | |
Update ols to use the new os and filepath packages
Diffstat (limited to 'src/server/format.odin')
| -rw-r--r-- | src/server/format.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/format.odin b/src/server/format.odin index 9f30c49..6a95bed 100644 --- a/src/server/format.odin +++ b/src/server/format.odin @@ -5,8 +5,6 @@ import "src:common" import "src:odin/format" import "src:odin/printer" -import "core:log" - FormattingOptions :: struct { tabSize: uint, insertSpaces: bool, //tabs or spaces |