We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02965f commit 94acc93Copy full SHA for 94acc93
.editorconfig
@@ -9,6 +9,8 @@ charset = utf-8
9
trim_trailing_whitespace = true
10
insert_final_newline = true
11
ij_javascript_spaces_within_object_literal_braces = true
12
+ij_javascript_use_double_quotes = false
13
+ij_javascript_use_semicolon_after_statement = false
14
[*.md]
15
trim_trailing_whitespace = false
16
0 commit comments