diff options
author | pommicket <pommicket@gmail.com> | 2023-10-19 10:45:34 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-10-19 10:45:34 -0400 |
commit | 69d702f2076930b8cc88c73420fc849eb4b807ce (patch) | |
tree | 41547166457ba5b0710f077f98eba3ae37872404 /test/editorconfig/subdir/.editorconfig | |
parent | 30f37caf7d9facf7698d01ef77d7da93e7316103 (diff) |
editorconfig seems to be working
Diffstat (limited to 'test/editorconfig/subdir/.editorconfig')
-rw-r--r-- | test/editorconfig/subdir/.editorconfig | 5 |
1 files changed, 5 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 |