Skip to content
Snippets Groups Projects
Commit 8271dfda authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #657 from glensc/editorconfig

add editorconfig policy
parents 103c197a 0e549f05
No related branches found
No related tags found
Loading
; http://editorconfig.org/
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[inc/{geshi,phpseclib}/**]
; Use editor default (possible autodetection).
indent_style =
indent_size =
trim_trailing_whitespace = false
insert_final_newline = 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