Skip to content

Commit

Permalink
Add editor config file
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwach committed Jan 31, 2019
1 parent 247131a commit 1d91abe
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 1d91abe

Please sign in to comment.