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 b5e81f4 commit 33e165bCopy full SHA for 33e165b
.editorconfig
@@ -0,0 +1,23 @@
1
+# http://editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+charset = utf-8
7
+end_of_line = lf
8
+insert_final_newline = true
9
+indent_style = space
10
+indent_size = 2
11
+max_line_length = 80
12
+trim_trailing_whitespace = true
13
14
+[*.{yml,yaml}]
15
16
17
18
+[*.md]
19
+insert_final_newline = false
20
+trim_trailing_whitespace = false
21
22
+[Makefile]
23
+indent_style = tab
.gitattributes
@@ -0,0 +1,3 @@
+# Auto detect text files and perform LF normalization
+* text=auto
+* text eol=lf
0 commit comments