Re: Code formatting

2021-12-26 Thread Francisco Guerrero
Hi Manish, You can run `ant generate-idea-files` to generate IntelliJ files. You can find more details here: https://cassandra.apache.org/_/development/ide.html - Francisco On 2021/12/26 09:37:01 Manish G wrote: > Hi, > > Is there any code formatter file which can be configured in intellij? >

Code formatting

2021-12-26 Thread Manish G
Hi, Is there any code formatter file which can be configured in intellij? With regards Manish

Re: code formatting

2018-01-18 Thread Joaquin Casares
code style. Cheers, Joaquin Casares Consultant Austin, TX Apache Cassandra Consulting http://www.thelastpickle.com On Thu, Jan 18, 2018 at 7:33 PM, Tyagi, Preetika wrote: > Hi, > > I have a quick question on the code formatting for Cassandra using > IntelliJ. > I found a code for

code formatting

2018-01-18 Thread Tyagi, Preetika
Hi, I have a quick question on the code formatting for Cassandra using IntelliJ. I found a code formatter JAR here for Cassandra: https://wiki.apache.org/cassandra/CodeStyle?action=AttachFile&do=view&target=intellij-codestyle.jar Does someone know how it can be imported to IntelliJ-C