From b8aeced92d5a3576e9bc5fbd87656dc97e380c52 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 13 Jul 2016 16:15:51 +0200 Subject: Add editorconfig and update gitattributes. --- .gitattributes | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 9b84244c..824a119d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,15 +2,22 @@ [attr]tabs whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=4 [attr]spaces whitespace=trailing-space,space-before-tab,tabs-in-indent -# Files: +# Source files: * text=auto Make* tabs *.mk tabs *.[chm] tabs *.java tabs *.xml tabs -build.xml spaces + +# Documentation files: +*.txt spaces +[A-Z]* spaces + +# Legacy source files: memento.* spaces -*.vcxproj* spaces -jmem* spaces -*.gradle spaces + +# iOS project files: +*.xib spaces +*.xcscheme spaces +*.json spaces -- cgit v1.2.3