Skip to content
Snippets Groups Projects
Commit 0e549f05 authored by Elan Ruusamäe's avatar Elan Ruusamäe
Browse files

add editorconfig policy

parent 36d89321
No related branches found
No related tags found
No related merge requests found
; 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