Fixes indentation
This commit is contained in:
parent
1ea58a7cfc
commit
dbc8995622
|
@ -6,6 +6,7 @@ return {
|
||||||
local conform = require("conform")
|
local conform = require("conform")
|
||||||
|
|
||||||
conform.setup({
|
conform.setup({
|
||||||
|
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
css = { { --[[ "prettierd", ]] "prettier" } },
|
css = { { --[[ "prettierd", ]] "prettier" } },
|
||||||
graphql = { { --[[ "prettierd", ]] "prettier" } },
|
graphql = { { --[[ "prettierd", ]] "prettier" } },
|
||||||
|
@ -21,6 +22,7 @@ return {
|
||||||
typescriptreact = { { --[[ "prettierd", ]] "prettier" } },
|
typescriptreact = { { --[[ "prettierd", ]] "prettier" } },
|
||||||
yaml = { { --[[ "prettierd", ]] "prettier" } },
|
yaml = { { --[[ "prettierd", ]] "prettier" } },
|
||||||
},
|
},
|
||||||
|
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
lsp_fallback = true,
|
lsp_fallback = true,
|
||||||
async = false,
|
async = false,
|
||||||
|
|
Loading…
Reference in New Issue