Add editorconfig file to assist supporting IDEs in formatting PHP & BATCH files

This commit is contained in:
Marc Würth
2020-04-23 21:50:01 +02:00
parent fc94edc4d4
commit 7de89ff155
+14
View File
@@ -0,0 +1,14 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org
root = true
[*.php]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.bat]
end_of_line = crlf