Is there a way to "save without formatting?" #4563
Unanswered
bbuck
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment 1 reply
-
Yes, the way is to set if expand('%:p') =~# 'neural'
let b:ale_fixers = ['isort']
endif
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working a project where we have some older JS files with many linting issues -- sometimes fixing these files produces massive PRs for what amounts to single line changes so we have a pattern of saving without formatting and manually fixing issues in certain files.
If I have
let g:ale_fix_on_save = 1
set is there a way to save without formatting for a specific file?Beta Was this translation helpful? Give feedback.
All reactions