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? >

Re: code formatting

2018-01-18 Thread Joaquin Casares
Hello Preetika, You should be able to use the existing ant target: ant generate-idea-files. Source: https://wiki.apache.org/cassandra/RunningCassandraInIDEA#Setup_Cassandra_as_a_Project_.28C.2A_2.1_and_newer.29 This will generate the necessary configurations including the official Cassandra cod