From f54ddda1f2af7f32b7e7b2e765a70605fa7784ad Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 18 Aug 2020 14:04:18 +0000 Subject: [PATCH] Add editorconfig file Patch contributed by Larry Garfield. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350335 c90b9560-bf6c-de11-be94-00142212c4b1 --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..39400c0b48 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +; This file is for unifying the coding style for different editors and IDEs. +; More information at https://editorconfig.org + +root = true + +[*.xml] +charset = utf-8 +indent_size = 1 +indent_style = space +end_of_line = lf +insert_final_newline = true