This is the code styling that *must* be used to contribute to [Omni Notes](https://github.com/federicoiosue/Omni-Notes) project ### Base code style [Google](https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml) Java style is used as base ### Changes to base 1. Hard wrap at 120 chars (instead than 100) 4. Single space before method declaration parenthesis 2. Simple lambdas in one line 3. Simple methods in one line 5. Simple classes in one line 6. Chained method calls: do not wrap 7. Chained method calls: align when multilined