Update .editorconfig and HISTORY.md

pull/2/head
Vinayak Mehta 2018-10-19 16:23:15 +05:30
parent 7baea06bca
commit 1d064adc3e
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,10 @@
root = true root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.py] [*.py]
charset = utf-8 charset = utf-8
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
insert_final_newline = true
end_of_line = lf

View File

@ -10,6 +10,7 @@ master
**Improvements** **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 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** **Documentation**