1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-31 13:20:11 +02:00

Update '.editorconfig' to indent with spaces in Markdown

This commit is contained in:
Marco
2016-02-24 01:00:08 +01:00
parent 227c37e2b5
commit 3e083f9f17

View File

@@ -7,3 +7,7 @@ indent_style = tab
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[*.md]
indent_style = space
indent_size = 4