Config file with IDE settings for commit
Hi!
I use .editorconfig file (http://editorconfig.org/) for set basic editor settings for project.
I commit it in repo and all developers shared these settings.
But there are more specific settings.
For example, IDE aks me: "do you want, I'll compile your TypeScript files?".
And I answer: "No! No way! I use webpack for it. I don't need any garbage in my source directory."
Or "Composer update, maybe? Compile SCSS to CSS?", "No! No!".
But other developers may accidentally say "Yes".
Can I somehow create a config file for this that I can commit to repo?
Folder .idea contains these settings, but also contains a lot of extra things (not for share).
Please sign in to leave a comment.
Seems like no. You can submit a corresponding feature request at https://youtrack.jetbrains.com/issues?q=tag:%20EditorConfig
Dmitry Tronin, thanks for the answer. I think it should be a separate file. editorconfig is universal file for editors.
I submit request: https://youtrack.jetbrains.com/issue/WI-38948