We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b649af5 commit a269cbaCopy full SHA for a269cba
.editorconfig
@@ -0,0 +1,21 @@
1
+# http://editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+indent_style = space
7
+indent_size = 4
8
+trim_trailing_whitespace = true
9
+insert_final_newline = true
10
+charset = utf-8
11
+end_of_line = lf
12
13
+[*.bat]
14
+indent_style = tab
15
+end_of_line = crlf
16
17
+[LICENSE]
18
+insert_final_newline = false
19
20
+[Makefile]
21
.travis.yml
@@ -25,5 +25,5 @@ deploy:
25
secure: PLEASE_REPLACE_ME
26
on:
27
tags: true
28
- repo: fundamentals-of-data-science/fundamentals_of_data_science
+ repo: fundamentals-of-data-science/ds-fundamentals-python
29
python: 3.6
0 commit comments