mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-22 08:00:45 +03:00
Created Code style (markdown)
+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
|
||||
Reference in New Issue
Block a user