Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 1d064ad

Browse files
committed
Update .editorconfig and HISTORY.md
1 parent 7baea06 commit 1d064ad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.editorconfig

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
root = true
22

3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
37
[*.py]
48
charset = utf-8
59
indent_style = space
610
indent_size = 4
7-
insert_final_newline = true
8-
end_of_line = lf

HISTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ master
1010
**Improvements**
1111

1212
* Add Makefile and make codecov run only once. [#132](https://github.com/socialcopsdev/camelot/pull/132) by [Vaibhav Mule](https://github.com/vaibhavmule).
13+
* Add .editorconfig. [#151](https://github.com/socialcopsdev/camelot/pull/151) by [KOLANICH](https://github.com/KOLANICH).
1314

1415
**Documentation**
1516

0 commit comments

Comments
 (0)