Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an Intellij plugin to align values in a .properties file?

Is there a plugin that allows formatting properties files in IntelliJ? Basically I want to format

prop1 = thing
some.otherprop = other thing

to become

prop1          = thing
some.otherprop = other thing

Is there a setting in IntelliJ for this or a plugin to do it?

like image 353
slashnick Avatar asked Oct 18 '12 09:10

slashnick


1 Answers

I'm not aware of a plug-in that can do it. Please submit a request to YouTrack and this feature may appear in the later IntelliJ IDEA versions (right now there is no any code style configuration available for .properties files).

like image 190
CrazyCoder Avatar answered Oct 22 '22 09:10

CrazyCoder