projects
/
civicrm-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Update test to pass null instead of array
[civicrm-core.git]
/
.editorconfig
1
# CiviCRM editor configuration normalization
2
# @see http://editorconfig.org/
3
4
# This is the top-most .editorconfig file; do not search in parent directories.
5
root = true
6
7
# All files.
8
[*]
9
end_of_line = LF
10
indent_style = space
11
indent_size = 2
12
charset = utf-8
13
trim_trailing_whitespace = true
14
insert_final_newline = true