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 e8bbe61 commit acbf52fCopy full SHA for acbf52f
.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