From 87d35e0304bc2ffd1104df301644321f692b0ebd Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Wed, 1 Mar 2017 12:19:32 +1300 Subject: [PATCH] CRM-20200. Add .editorconfig This is straight from Drupal 7.x version. Do we need to adjust it at all? --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..ce303ed7de --- /dev/null +++ b/.editorconfig @@ -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 -- 2.25.1