We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df6866 commit 5e38ac6Copy full SHA for 5e38ac6
docs/csharp/fundamentals/coding-style/coding-conventions.md
@@ -335,7 +335,7 @@ namespace CoolStuff.AwesomeFeature
335
336
In general, use the following format for code samples:
337
338
-- Use four spaces for indentation. Don't use tabs.
+- Use four spaces for indentation. Don't use tab characters.
339
- Align code consistently to improve readability.
340
- Limit lines to 65 characters to enhance code readability on docs, especially on mobile screens.
341
- Improve clarity and user experience by breaking long statements into multiple lines.
0 commit comments