com doc/es: add: editorconfig file: .editorconfig

[email protected] (Julio Napurí Carlos) Thu, 28 Jan 2021 02:47:44 +0000
Newsgroups php.doc.es
Message-ID <[email protected]>
Commit:    4930a3a0bafcfcf6fb165a7c793efcd0086e143d
Author:    Julio Napurí <[email protected]>         Wed, 27 Jan 2021 21:47:44 -0500
Parents:   21782d256a51df02e5dcdb44695abeb3f54a8cef
Branches:  master

Link:       http://git.php.net/?p=doc/es.git;a=commitdiff;h=4930a3a0bafcfcf6fb165a7c793efcd0086e143d

Log:
add: editorconfig file

Changed paths:
  A  .editorconfig


Diff:
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..87a2539f94
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+; This file is for unifying the coding style for different editors and IDEs.
+; More information at https://editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = space
+indent_size = 2
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.{xml,ent}]
+indent_size = 1
\ No newline at end of file