Skip to content

algolia/CodingStyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodingStyle

Coding guidelines for algolia projects

Adding a coding style

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.

Languages/Technologies

Coding styles per language or technology

Android

Import Android.xml in Android Studio: Preferences > Editor > Code Style > Scheme: click on Manage then Import... and select the file.

JavaScript

We use ESLint for all our JavaScript projects.
Our ESlint configuration is available on GitHub, where you'll find the usage instructions.

Scala

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.

Go

See Go.md dedicated file.

Projects

Coding styles per project

About

Coding guidelines for algolia projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published