mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 13:07:47 +00:00
feat: add extension
This commit is contained in:
parent
3b596db702
commit
f410df62da
13 changed files with 2194 additions and 14 deletions
21
integrations/vscode/README.md
Normal file
21
integrations/vscode/README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
<h1 align="center">Alejandra 💅</h2>
|
||||
|
||||
<p align="center">The Uncompromising Nix Code Formatter</p>
|
||||
|
||||
## Features
|
||||
|
||||
This extension adds support
|
||||
for formatting Nix files
|
||||
with [Alejandra](https://github.com/kamadorueda/alejandra).
|
||||
|
||||
## Requirements
|
||||
|
||||
Make sure to install [Alejandra](https://github.com/kamadorueda/alejandra) in your system first.
|
||||
|
||||
## Settings
|
||||
|
||||
This extension contributes the following settings:
|
||||
|
||||
- `alejandra.path`: Specifies an alternative full path to the Alejandra executable.
|
||||
|
||||
By default we will use the Alejandra installed in your system.
|
Loading…
Add table
Add a link
Reference in a new issue