diff --git a/build.zig.zon b/build.zig.zon index fb14ddf3..d7248260 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .zx, - .version = "0.0.1-dev.291", + .version = "0.0.1-dev.292", .description = "ZX is a framework for building web applications with Zig.", .repository = "https://github.com/nurulhudaapon/zx", .fingerprint = 0xcad77a8d2a3389f2, diff --git a/editor/neovim/.editorconfig b/editor/neovim/.editorconfig index 55e39e73..bd89a225 100644 --- a/editor/neovim/.editorconfig +++ b/editor/neovim/.editorconfig @@ -36,6 +36,3 @@ indent_style = tab - - - diff --git a/editor/zed/.gitignore b/editor/zed/.gitignore index 48386456..b0d252cd 100644 --- a/editor/zed/.gitignore +++ b/editor/zed/.gitignore @@ -11,5 +11,3 @@ /target - - diff --git a/tree-sitter-zx/.gitignore b/tree-sitter-zx/.gitignore index f60b7a5c..5469d99d 100644 --- a/tree-sitter-zx/.gitignore +++ b/tree-sitter-zx/.gitignore @@ -56,5 +56,3 @@ zig-out/ - -