1
0
mirror of https://github.com/Ed94/LangStudies.git synced 2025-05-16 21:27:03 -07:00

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

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