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 2797c2a commit 97d2b1dCopy full SHA for 97d2b1d
docs/.editorconfig
@@ -1,3 +1,5 @@
1
+root = true
2
+
3
[*]
4
indent_style = space
5
tab_size = 2
docs/Directory.Build.props
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <!-- Added here to prevent the Directory.Build.props from the src folder above to influence the docs projects. -->
+</Project>
0 commit comments