Skip to content
Snippets Groups Projects
Unverified Commit 26b5d1fc authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Create .editorconfig (#17782)

Create .editorconfig
parents dc3c13ed 55104800
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment