Skip to content

Commit bf0550c

Browse files
aduh95codebytere
authored andcommitted
tools: enforce use of single quotes in editorconfig
PR-URL: #36020 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 49649a4 commit bf0550c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ indent_size = 2
77
indent_style = space
88
insert_final_newline = true
99
trim_trailing_whitespace = true
10+
quote_type = single
1011

1112
[vcbuild.bat]
1213
end_of_line = crlf

0 commit comments

Comments
 (0)