editorconfig

How to export all my Intellij code styles to a .editorconfig file?

本秂侑毒 提交于 2019-11-30 11:08:20
I'm trying to have a standard code style for my project, and I have found http://editorconfig.org/ , that is a standard for that. I like it very much, and Intellij supports it (we use Intellij). But I have read a lot and I haven´t found how I can export all my code styles of Intellij to a .editorconfig file. I only can export them to an XML that is only for Intellij. Or is there any webpage where I can read ALL the editorconfig domain specific properties for Java? In the editorconfig github wiki they only have a few. Pytry Go to "File->Settings->Editor->Code Style". At the bottom of the right

How to export all my Intellij code styles to a .editorconfig file?

爱⌒轻易说出口 提交于 2019-11-29 16:35:02
问题 I'm trying to have a standard code style for my project, and I have found http://editorconfig.org/, that is a standard for that. I like it very much, and Intellij supports it (we use Intellij). But I have read a lot and I haven´t found how I can export all my code styles of Intellij to a .editorconfig file. I only can export them to an XML that is only for Intellij. Or is there any webpage where I can read ALL the editorconfig domain specific properties for Java? In the editorconfig github