spark

Cross Platform Minimal Installer GUI
Log | Files | Refs | Submodules | README

commit 334c6fc1763443a616998f12b8c1efad31fdd939
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Thu, 28 Nov 2024 15:52:29 +0800

initial

Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>

Diffstat:
Aodinfmt.json | 6++++++
Aols.json | 6++++++
Asrc/main.odin | 6++++++
3 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/odinfmt.json b/odinfmt.json @@ -0,0 +1,5 @@ +{ + "character_width": 80, + "tabs": true, + "tabs_width": 4 +} +\ No newline at end of file diff --git a/ols.json b/ols.json @@ -0,0 +1,6 @@ +{ + "enable_semantic_tokens": true, + "enable_document_symbols": true, + "enable_hover": true, + "enable_snippets": true +} diff --git a/src/main.odin b/src/main.odin @@ -0,0 +1,6 @@ +package main + +main :: proc() { + +} +