From 545fdfe2fa0bbb5b4bdc47457892d6a691b7ace9 Mon Sep 17 00:00:00 2001 From: "Nicola Spanti (RyDroid)" Date: Sat, 28 Nov 2015 17:42:29 +0100 Subject: [PATCH] Adding an EditorConfig file --- .editorconfig | 15 +++++++++++++++ .gitignore | 4 ---- 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..b59d67fc --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided this notice is +# preserved. This file is offered as-is, without any warranty. + +# EditorConfig +# http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# LF end-of-line, insert an empty new line and UTF-8 +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 diff --git a/.gitignore b/.gitignore index 4a0f21a9..a05e5fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,6 @@ #/captures #/.idea -# Created by https://www.gitignore.io - ### Android ### # Files for the Dalvik VM @@ -95,5 +93,3 @@ gradle-app.setting hs_err_pid* *.DS_Store -Status API Training Shop Blog About Pricing -© 2015 GitHub, Inc. Terms Privacy Security Contact Help \ No newline at end of file