We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f06664 commit abc55d8Copy full SHA for abc55d8
.editorconfig
@@ -0,0 +1,13 @@
1
+# editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+charset = utf-8
7
+end_of_line = lf
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
+indent_style = space
11
12
+[*.md]
13
+trim_trailing_whitespace = false
.gitattributes
@@ -0,0 +1,12 @@
+# Enforce Unix newlines
+*.css text eol=lf
+*.html text eol=lf
+*.js text eol=lf
+*.json text eol=lf
+*.md text eol=lf
+*.php text eol=lf
+*.rb text eol=lf
+*.scss text eol=lf
+*.svg text eol=lf
+*.txt text eol=lf
+*.yml text eol=lf
0 commit comments