Skip to content

Commit

Permalink
Merge pull request #9912 from fuzionnz/CRM-20200-editorconfig
Browse files Browse the repository at this point in the history
[WIP] CRM-20200. Add .editorconfig
  • Loading branch information
colemanw authored Mar 8, 2017
2 parents 2cfd893 + 87d35e0 commit fd26c43
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CiviCRM editor configuration normalization
# @see http://editorconfig.org/

# This is the top-most .editorconfig file; do not search in parent directories.
root = true

# All files.
[*]
end_of_line = LF
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit fd26c43

Please sign in to comment.