IntelliJ IDEA: Where is "reformat on commit" stored? -


we have complex project version control clean version of our project files, locally exported each checkout setup script.

we talking using "reformat on commit", i'm looking putting our project files, can't find puts data.

when commit "reformat on commit", intellij remembers selection next commit. remembers across restarts, not between projects. hence, i'm assuming it's project setting, not global ide preference.

but it?

-edit- we're using file based (.ipr), not directory based.

it in .idea/workspace.xml:

<component name="vcsmanagerconfiguration">     <option name="reformat_before_project_commit" value="true" /> </component> 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -