diff options
Diffstat (limited to 'test/editorconfig/subdir')
-rw-r--r-- | test/editorconfig/subdir/.editorconfig | 5 | ||||
-rw-r--r-- | test/editorconfig/subdir/a.biz | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/editorconfig/subdir/.editorconfig b/test/editorconfig/subdir/.editorconfig new file mode 100644 index 0000000..610d487 --- /dev/null +++ b/test/editorconfig/subdir/.editorconfig @@ -0,0 +1,5 @@ +; don't apply ../.editorconfig +root = true + +[*] +indent_size = 4 diff --git a/test/editorconfig/subdir/a.biz b/test/editorconfig/subdir/a.biz new file mode 100644 index 0000000..2c17b88 --- /dev/null +++ b/test/editorconfig/subdir/a.biz @@ -0,0 +1,3 @@ +yahoo + business + ventures |