1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
This commit is contained in:
Benjamin Høegh 2020-09-08 13:14:25 -07:00 committed by GitHub
commit 67d24711fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.php]
indent_style = space
indent_size = 4
[*.md]
indent_style = space
indent_size = 4