From 544ef3bc588d4180d7ecad15bdacd43813a7c5c5 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 12 Dec 2019 14:51:10 +0000 Subject: update composer libs and minor notifications display fixes --- vendor/michelf/php-markdown/.editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/michelf/php-markdown/.editorconfig (limited to 'vendor/michelf/php-markdown/.editorconfig') diff --git a/vendor/michelf/php-markdown/.editorconfig b/vendor/michelf/php-markdown/.editorconfig new file mode 100644 index 000000000..179d40c91 --- /dev/null +++ b/vendor/michelf/php-markdown/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: https://EditorConfig.org +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = false + +[*.php] +indent_style = tab +insert_final_newline = true -- cgit v1.2.3