Re: Code Style Formatting

2016-07-01 Thread Reynold Xin
There isn't one pre-made, but the default works out OK. The main thing you'd need to update are spacing changes for function argument indentation and import ordering. On Fri, Jul 1, 2016 at 4:11 AM, Anton Okolnychyi wrote: > Hi, all. > > I've read the Spark code style guide. > I am wondering if

Code Style Formatting

2016-07-01 Thread Anton Okolnychyi
Hi, all. I've read the Spark code style guide. I am wondering if there is an easy way to configure the code formatting in IntelliJ IDEA to match the existing code base style. IntelliJ IDEA highlights all failed checks from scalastyle-config.xml. However, I did not find any predefined configuration