Skip to content

Commit 97d2b1d

Browse files
committed
Ensure docs projects have separate coding rules from src/test projects
1 parent 2797c2a commit 97d2b1d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
root = true
2+
13
[*]
24
indent_style = space
35
tab_size = 2

docs/Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<!-- Added here to prevent the Directory.Build.props from the src folder above to influence the docs projects. -->
4+
</Project>

0 commit comments

Comments
 (0)