Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-11-07 14:21:48 +0300
committerBeth Griggs <bgriggs@redhat.com>2020-12-15 23:15:17 +0300
commit5a41282ef56e8848ef4c4710910bffe8d30f8e6a (patch)
tree62b21d92a37d4e989564c855e2656f99d4352872 /.editorconfig
parent23dd2b00dd333592089e4b1a73e94511203e9cf3 (diff)
tools: enforce use of single quotes in editorconfig
PR-URL: https://github.com/nodejs/node/pull/36020 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 4a6b8a63753..3a416e87aba 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,6 +7,7 @@ indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
+quote_type = single
[vcbuild.bat]
end_of_line = crlf