Change to prioritize local config dotfiles over user-specified config_path
#66
Labels
info
This is for informational purposes
config_path
#66
local config dotfiles
are those files within your project like.prettierrc
,.clang-format
,eslint.config.mjs
,pyproject.toml
,setup.cfg
,tox.ini
, etc...All versions prior to version 1.7.0, the rules for prioritizing config file were as follows:
config_path
firstlocal config dotfiles
lastStarting from version 1.7.0, the rules have been reversed to prioritize
local config dotfiles
for projects:local config dotfiles
firstconfig_path
lastThese changes have been documented in
README.md
and inFormatter.sublime-settings
:The
local config dotfile
will be resolved starting from the location of the file being formatted, and searching up the file tree until a config file is found.Also, the Quick Options
Ignore Config Path
has been removed in favor ofIgnore Config Dotfiles
The text was updated successfully, but these errors were encountered: