mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
doc: experimental configuration options
This commit is contained in:
parent
e03130a339
commit
cdc093ab71
2 changed files with 12 additions and 2 deletions
11
README.md
11
README.md
|
@ -79,6 +79,7 @@
|
||||||
who have used [Nix](https://nixos.org) at scale
|
who have used [Nix](https://nixos.org) at scale
|
||||||
for several years,
|
for several years,
|
||||||
producing a very **well-grounded** [**style guide**](./STYLE.md).
|
producing a very **well-grounded** [**style guide**](./STYLE.md).
|
||||||
|
For everything else, some pieces of the style are [configurable](#experimental-configuration-options).
|
||||||
|
|
||||||
- ✔️ **Transparent**
|
- ✔️ **Transparent**
|
||||||
|
|
||||||
|
@ -198,9 +199,15 @@ $ alejandra --help
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Do I need to configure anything?
|
## (experimental) Configuration Options
|
||||||
|
|
||||||
- No.
|
You can configure Alejandra through a file named `alejandra.toml`.
|
||||||
|
This file will be automatically detected if found in the same directory
|
||||||
|
where Alejandra is being run from,
|
||||||
|
or you can tell Alejandra to use a different location by using the
|
||||||
|
`--experimental-config ./path/to/alejandra.toml` flag in the CLI.
|
||||||
|
|
||||||
|
You can find a full configuration file and the supported options here: [alejandra.toml](./alejandra.toml).
|
||||||
|
|
||||||
## Cool libraries
|
## Cool libraries
|
||||||
|
|
||||||
|
|
3
alejandra.toml
Normal file
3
alejandra.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# (experimental) Configuration options for Alejandra
|
||||||
|
|
||||||
|
indentation = "TwoSpaces" # Or: FourSpaces, Tabs
|
Loading…
Add table
Add a link
Reference in a new issue