Skip to content

Commit

Permalink
chore(settings): set format_modifications_only to false to preven…
Browse files Browse the repository at this point in the history
…t possible ci issues

Signed-off-by: Charles Chiu <[email protected]>
  • Loading branch information
CharlesChiuGit authored Jun 24, 2024
1 parent 7858852 commit 9f2c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ settings["format_opts"] = {
-- > Any of the server attached to that buffer supports |DocumentRangeFormattingProvider| server capability.
-- Otherwise Neovim would fall back to format the whole buffer, and a warning will be issued.
---@type boolean
format_modifications_only = true,
format_modifications_only = false,
-- Set the format disabled directories here, files under these dirs won't be formatted on save.
--- NOTE: Directories may contain regular expressions (grammar: vim). |regexp|
--- NOTE: Directories are automatically normalized. |vim.fs.normalize()|
Expand Down

0 comments on commit 9f2c242

Please sign in to comment.