Skip to content

elliotekj/vscode-mix-format

Repository files navigation

Elixir's Mix Format for VSCode

A mix format extension for Visual Studio Code with support for monorepos.

Features

  • Supports .ex, .exs and .heex files
  • Supports monorepos
  • Formats via mix format

Usage

You can set this extension to be your default formatter for Elixir and Heex files with the following configuration in your settings.json:

{
  "[elixir]": {
    "editor.defaultFormatter": "elliotekj.elixir-mix-format"
  },
  "[phoenix-heex]": {
    "editor.defaultFormatter": "elliotekj.elixir-mix-format"
  },
  "[html-eex]": {
    "editor.defaultFormatter": "elliotekj.elixir-mix-format"
  }
}

Installation

The easiest way to install this extension is via the extensions manager in VSCode.

Search: Mix Format for Elixir

License

Mix Format for Elixir is released under the Apache License 2.0.

About

This extension was written by Elliot Jackson.

About

A mix format extension that supports monorepos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published