mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Use spaces instead of tabs in shfmt
This commit is contained in:
parent
b25256f1b0
commit
67853e98b1
3 changed files with 6 additions and 2 deletions
|
@ -3,6 +3,10 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog].
|
||||
|
||||
## Unreleased
|
||||
### Enhancements
|
||||
* shfmt uses 4 spaces instead of tabs by default.
|
||||
|
||||
## 3.0 (released 2022-06-01)
|
||||
### Breaking changes
|
||||
* The arguments of formatters defined as Elisp functions has changed.
|
||||
|
|
|
@ -935,7 +935,7 @@ being run, for diagnostic purposes."
|
|||
"--enable-outside-detected-project"))
|
||||
(phpcs . ("apheleia-phpcs"))
|
||||
(prettier . (npx "prettier" "--stdin-filepath" filepath))
|
||||
(shfmt . ("shfmt"))
|
||||
(shfmt . ("shfmt" "-i" "4"))
|
||||
(rustfmt . ("rustfmt" "--quiet" "--emit" "stdout"))
|
||||
(terraform . ("terraform" "fmt" "-")))
|
||||
"Alist of code formatting commands.
|
||||
|
|
Loading…
Add table
Reference in a new issue