Skip to content

Commit

Permalink
Merge pull request #146 from christianwach/editor-config
Browse files Browse the repository at this point in the history
Add editor config file.
  • Loading branch information
kcristiano authored Jan 31, 2019
2 parents e4a374d + 1d91abe commit 42e84c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# CiviCRM-WordPress editor configuration normalization.
# @see http://editorconfig.org/

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

# Unix-style newlines with a newline ending every file.
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

# Indentation.
[*.php]
indent_style = space
indent_size = 2

0 comments on commit 42e84c2

Please sign in to comment.