1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-22 08:00:45 +03:00

Created Code style (markdown)

Eugene Fox
2024-09-20 16:50:40 +03:00
parent 336b1b4da8
commit 46f533b60e
+16
@@ -0,0 +1,16 @@
This article contains a set of rules and guidelines that you should follow when working on an issue.
This project adopts official [C# Coding Conventions][csharp-cc] and [C# identifier names][csharp-id-names] guidelines provided by Microsoft with few minor additions:
- **Use tabs**, not spaces.
- Use LF file separators (UNIX style).
- Place an empty line in the end of a file.
There are some key points as well, that are good to keep in mind:
- Prioritize readability over performance.
- More comments is better.
> [!TIP]
> This repository has additional configuration files that contain some formatting rules and recommended extensions for VS Code editor. So, it is recommended to use VS Code editor during the development, since in this case it will be easier to follow these guidelines.
[csharp-cc]: https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions
[csharp-id-names]: https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/identifier-names