Create .editorconfig (#17782)

Create .editorconfig
This commit is contained in:
John Molakvoæ 2019-11-06 14:31:11 +01:00 committed by GitHub
commit 26b5d1fcb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.editorconfig Normal file
View File

@ -0,0 +1,17 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.php]
indent_size = 8
[*.md]
trim_trailing_whitespace = false