You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,6 @@ This repository uses various configuration files to ensure consistent code style
90
90
91
91
> 💡 **Note**: All markdown files in this repository use LF line endings (Unix-style) to avoid mixed line endings issues. The repository is configured to automatically handle line endings conversion.
92
92
93
-
94
93
## 📄 License
95
94
96
95
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
@@ -101,8 +100,8 @@ Please note that this project is released with a [Contributor Code of Conduct](C
101
100
102
101
## ™️ Trademarks
103
102
104
-
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
105
-
trademarks or logos is subject to and must follow
103
+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
- [VS Code Settings](https://code.visualstudio.com/docs/getstarted/settings) - General VS Code configuration guide
51
51
52
+
## 🛠️ Development Configuration
53
+
54
+
This repository uses various configuration files to ensure consistent code style and avoid issues with line endings:
55
+
56
+
- [\`.editorconfig\`](.editorconfig) - Defines coding styles across different editors and IDEs
57
+
- [\`.gitattributes\`](.gitattributes) - Ensures consistent line endings in text files
58
+
- [\`.vscode/settings.json\`](.vscode/settings.json) - VS Code-specific settings for this repository
59
+
- [\`.vscode/extensions.json\`](.vscode/extensions.json) - Recommended VS Code extensions
60
+
61
+
> 💡 **Note**: All markdown files in this repository use LF line endings (Unix-style) to avoid mixed line endings issues. The repository is configured to automatically handle line endings conversion.
52
62
53
63
## 📄 License
54
64
@@ -60,8 +70,8 @@ Please note that this project is released with a [Contributor Code of Conduct](C
60
70
61
71
## ™️ Trademarks
62
72
63
-
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
64
-
trademarks or logos is subject to and must follow
73
+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
0 commit comments