summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-11-07 12:21:48 +0100
committerNode.js GitHub Bot <github-bot@iojs.org>2020-11-12 06:19:49 +0000
commitba73f93f0205cdd0f1d96032694b40a1727a781a (patch)
tree346cc8f97ae96fd48d809cd3650506c5b96fc769 /.editorconfig
parentf6ada622b7027ade0d8b32ef82c0122723acd850 (diff)
downloadnode-new-ba73f93f0205cdd0f1d96032694b40a1727a781a.tar.gz
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 4a6b8a6375..3a416e87ab 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