1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Added .editorconfig

Added a .editorconfig file to help people keep the PSR-2 format when creating pull-request
This commit is contained in:
Benjamin Høegh 2018-06-08 20:51:21 +02:00 committed by GitHub
parent ba3b60d6e4
commit 4669240d01
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 = 2