RE: question on the code formatter

2017-09-15 Thread Tyagi, Preetika
Thank you for the info! I tried it and it worked as expected. -Original Message- From: Murukesh Mohanan [mailto:murukesh.moha...@gmail.com] Sent: Thursday, September 14, 2017 11:10 PM To: dev@cassandra.apache.org Subject: Re: question on the code formatter The wiki seems to be outdated

Re: question on the code formatter

2017-09-15 Thread Murukesh Mohanan
The wiki seems to be outdated. See https://github.com/apache/cassandra/blob/trunk/doc/source/development/ide.rst : > The project generated by the ant task ``generate-idea-files`` contains nearly everything > you need to debug Cassandra and execute unit tests. > > * Run/debug defaults for JUnit >

question on the code formatter

2017-09-14 Thread Tyagi, Preetika
Hi all, I was trying to configure the Cassandra code formatter and downloaded IntelliJ-codestyle.jar from this link: https://wiki.apache.org/cassandra/CodeStyle After extracting this JAR, I was able to import codestyle/Default_1_.xml into my project and formatting seemed to work. However,