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.
2 parents e8bbe61 + acbf52f commit 3c5f7acCopy full SHA for 3c5f7ac
.editorconfig
@@ -0,0 +1,13 @@
1
+# EditorConfig helps developers define and maintain consistent
2
+# coding styles between different editors and IDEs
3
+
4
+root = true
5
6
+[*]
7
+indent_style = space
8
+indent_size = 4
9
+end_of_line = lf
10
+charset = utf-8
11
+trim_trailing_whitespace = true
12
+insert_final_newline = true
13
+max_line_length = 120
.gitattributes
@@ -0,0 +1 @@
+* text eol=lf
0 commit comments