From 875f7f47c11e726117ba3ddc0c96b9241f775ded Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 6 Aug 2015 18:20:18 +0100 Subject: [PATCH] Add .editorconfig & .gitignore additions - .editorconfig allows editors to automatically pick up project defaults - .gitignore additions for common IDE files --- .editorconfig | 11 +++++++++++ .gitignore | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..909968913 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# http://editorconfig.org + +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/.gitignore b/.gitignore index 3bf3160e2..5e90c60cd 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,19 @@ bower_components # OS .DS_Store +# IDEs/Editor files +.idea/* +*.iml +*.sublime-* +projectFilesBackup +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +*.un~ +Session.vim +.netrwhist +.vimrc +*~ + # Builds keys.txt export.sh