Autosave ignores idle of 30 seconds, saving immediately?
Autosave in PhpStorm is saving all the time. That is fine, but I have file watcher to php-cs-fixer and sometimes its a bit annoying to always have new lines disappearing immediately after writing them.
This is my config of autosave, and I am pretty sure it does not autosave after 30 seconds of idling. Instead its pretty much immediately. Am I missing anything?

请先登录再写评论。
Hi there,
It has to be something else: most likely your File Watcher (e.g. it need to save the file before running). Show your File Watcher settings (all options visible).
You're right, I didnt notice config in file watcher, this is what I had... Two options in advanced inside red box is off now and behaves much better. Thanks!