From 5c0f1757da0b9a1b9128faa894b4f5217e6d8f4c Mon Sep 17 00:00:00 2001 From: pppp606 Date: Fri, 23 Sep 2022 07:13:27 +0900 Subject: [PATCH] Update Sort list of style guides --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1c8ee7fe57f..60b08e90b362 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,15 +52,15 @@ Code change should conform to the programming style guide of the respective lang - Clojure: https://github.com/bbatsov/clojure-style-guide - Crystal: https://crystal-lang.org/reference/conventions/coding_style.html - Dart: https://www.dartlang.org/guides/language/effective-dart/style -- Elixir: https://github.com/christopheradams/elixir_style_guide - Eiffel: https://www.eiffel.org/doc/eiffel/Coding%20Standards +- Elixir: https://github.com/christopheradams/elixir_style_guide - Erlang: https://github.com/inaka/erlang_guidelines +- Go: https://github.com/golang/go/wiki/CodeReviewComments +- Groovy: http://groovy-lang.org/style-guide.html - Haskell: https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md - Java: https://google.github.io/styleguide/javaguide.html - JavaScript: https://github.com/airbnb/javascript/ - Kotlin: https://kotlinlang.org/docs/reference/coding-conventions.html -- Groovy: http://groovy-lang.org/style-guide.html -- Go: https://github.com/golang/go/wiki/CodeReviewComments - ObjC: https://github.com/NYTimes/objective-c-style-guide - Perl: http://perldoc.perl.org/perlstyle.html - PHP: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md