Skip to content

Formatter plugin to use Zig formatter with Zigler

Notifications You must be signed in to change notification settings

v0idpwn/zigler_format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZiglerFormat

Format Zig NIFs with ease!

Installation

The package can be installed by adding zigler_format to your list of dependencies in mix.exs:

def deps do
  [
    {:zigler_format, "~> 0.1.0"}
  ]
end

Then, you can add ZiglerFormat.Plugin to your .formatter.exs file, as in:

[
  inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs,zig}"],
  plugins: [ZiglerFormat.Plugin]
]

It is also recommended to add zig in allowed extensions.

About

Formatter plugin to use Zig formatter with Zigler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages