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 dbc626d commit 6771e06Copy full SHA for 6771e06
.editorconfig
@@ -0,0 +1,24 @@
1
+# EditorConfig helps maintain consistent coding styles
2
+# across different editors and IDEs
3
+# https://EditorConfig.org
4
+
5
+root = true
6
7
+[*]
8
+charset = utf-8
9
+end_of_line = lf
10
+insert_final_newline = true
11
+trim_trailing_whitespace = true
12
13
+[*.rb]
14
+indent_style = space
15
+indent_size = 2
16
17
+[{Gemfile,Rakefile,config.ru}]
18
19
20
21
+[*.md]
22
+# Two trailing spaces yield a hard line break in Markdown.
23
+# https://spec.commonmark.org/0.30/#hard-line-breaks
24
+trim_trailing_whitespace = false
0 commit comments