Coding guidelines for algolia projects
If your coding style is project-agnostic, put it in Languages/Technologies with a subheading for the language or technology it covers.
If it is relative to a given project, put it in Projects with a new subheading.
Coding styles per language or technology
Import Android.xml in Android Studio: Preferences
> Editor
> Code Style
> Scheme
: click on Manage
then Import...
and select the file.
We use ESLint for all our JavaScript projects.
Our ESlint configuration is available on GitHub, where you'll find the usage instructions.
We use Scalafmt for formatting our Scala projects.
Download .scalafmt.conf, and follow the Installation procedure to use it with your favorite IDE or through CLI.
See Go.md dedicated file.
Coding styles per project