testing to see if editorconfig influences markdown

This commit is contained in:
Edward R. Gonzalez 2022-07-16 19:58:42 -04:00
parent 0dbc2c04ba
commit 548c2a3032

View File

@ -1,3 +1,7 @@
[*.zig]
[*.gd]
indent_style = space
indent_size = 4
[*.md]
indent_style = tab
indent_size = 4