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 4e3fba1 commit f0ca9ffCopy full SHA for f0ca9ff
.editorconfig
@@ -5,6 +5,7 @@ root = true
5
indent_style = space
6
indent_size = 2
7
charset = utf-8
8
+end_of_line = lf
9
trim_trailing_whitespace = true
10
insert_final_newline = true
11
@@ -14,4 +15,4 @@ curly_bracket_next_line = true
14
15
indent_brace_style = Allman
16
spaces_around_operators = true
17
spaces_around_brackets = inside
-continuation_indent_size = 4
18
+continuation_indent_size = 2
demo/single.html
0 commit comments