From 1d064adc3e292173f3dd0fe0d4e44ead19d2961b Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Fri, 19 Oct 2018 16:23:15 +0530 Subject: [PATCH] Update .editorconfig and HISTORY.md --- .editorconfig | 6 ++++-- HISTORY.md | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index b0d1ce9..942148d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,10 @@ root = true +[*] +end_of_line = lf +insert_final_newline = true + [*.py] charset = utf-8 indent_style = space indent_size = 4 -insert_final_newline = true -end_of_line = lf diff --git a/HISTORY.md b/HISTORY.md index 16526f3..9bee6df 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,6 +10,7 @@ master **Improvements** * Add Makefile and make codecov run only once. [#132](https://github.com/socialcopsdev/camelot/pull/132) by [Vaibhav Mule](https://github.com/vaibhavmule). +* Add .editorconfig. [#151](https://github.com/socialcopsdev/camelot/pull/151) by [KOLANICH](https://github.com/KOLANICH). **Documentation**