rename file

This commit is contained in:
Marnix Krul 2025-02-18 13:12:40 +01:00
parent a71d58f37b
commit 5b26a0937d

View File

@ -36,7 +36,8 @@ This stuff is cool.
- [Linux Kernel](https://www.kernel.org/doc/html/v4.10/process/coding-style.html) - [Linux Kernel](https://www.kernel.org/doc/html/v4.10/process/coding-style.html)
- C++ - C++
- [Google](https://google.github.io/styleguide/cppguide.html) - [Google](https://google.github.io/styleguide/cppguide.html)
- [isocpp core guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) - [isocpp](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
- [isocpp github](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md)
- Typescript - Typescript
- [Google](https://google.github.io/styleguide/tsguide.html) - [Google](https://google.github.io/styleguide/tsguide.html)
- [AirBnb](https://github.com/airbnb/javascript) - [AirBnb](https://github.com/airbnb/javascript)