Skip to content

feat: format @import("./foo.zig") to @import("foo.zig") #379

@fel1x-developer

Description

@fel1x-developer

@import("./foo.zig") and @import("foo.zig") are equivalent, but zig's lib/std uses @import("foo.zig") since ./ is redundant. On saving .zig files on vscode, can we make vscode format @import("./foo.zig") to @import("foo.zig")?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions