From commits-return-19640-archive-asf-public=cust-asf.ponee.io@airavata.apache.org Tue Sep 11 19:11:55 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DCE3F18065B for ; Tue, 11 Sep 2018 19:11:54 +0200 (CEST) Received: (qmail 10377 invoked by uid 500); 11 Sep 2018 17:11:50 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 10191 invoked by uid 99); 11 Sep 2018 17:11:50 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2018 17:11:50 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E010785336; Tue, 11 Sep 2018 17:11:49 +0000 (UTC) Date: Tue, 11 Sep 2018 17:11:55 +0000 To: "commits@airavata.apache.org" Subject: [airavata-django-portal] 07/28: AIRAVATA-2867 .editorconfig file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: machristie@apache.org In-Reply-To: <153668590887.15890.5680040936279183025@gitbox.apache.org> References: <153668590887.15890.5680040936279183025@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: airavata-django-portal X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 8121bae383cb28200a29cb18ba91aec0cffa2530 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180911171149.E010785336@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git commit 8121bae383cb28200a29cb18ba91aec0cffa2530 Author: Marcus Christie AuthorDate: Wed Aug 29 15:50:20 2018 -0400 AIRAVATA-2867 .editorconfig file --- .editorconfig | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bc35f98 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,25 @@ +root = true + +[*] +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.py] +indent_size = 4 + +[*.html] +indent_size = 2 + +[*.{js,vue}] +indent_size = 2 + +[*.scss] +indent_size = 2 + +[*.json] +indent_size = 2 + +[*.md] +indent_size = 2