From 8daa672f83fc2c13ec8cea9027c3a9e2999a7e29 Mon Sep 17 00:00:00 2001 From: Sneh Bhagat Date: Sun, 26 Oct 2025 20:39:20 +0530 Subject: [PATCH] Added under coding style section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d84abe4c8..6add1527e 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ When learning CS, there are some useful sites you must know to get always inform ## 🎨 Coding Style - [Airbnb JS Style Guide](https://github.com/airbnb/javascript) : A mostly reasonable approach to JavaScript +- [AngularJS Style Guide](https://github.com/mgechev/angularjs-style-guide) : Opinionated AngularJS style guide by Miško Hevery (mgechev) - [Airbnb Ruby Style Guide](https://github.com/airbnb/ruby) : A Ruby style guide by Airbnb - [Ruby coding style guide](https://github.com/bbatsov/ruby-style-guide) : A community-driven Ruby coding style guide - [Angular 1 Style Guide](https://github.com/johnpapa/angular-styleguide/tree/master/a1) : Officially endorsed style guide by John Pappa