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

github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Oliver <git@mavit.org.uk>2021-04-03 16:25:27 +0300
committerPeter Oliver <git@mavit.org.uk>2021-04-03 16:25:27 +0300
commit75b5cf000f766f5a896d6d3d5eba84bd061765d0 (patch)
treeefa4082e860e08bcef4a68810ee56817a7b4ed6d
parent4cdfe00f891f572bdc0dae2fbe60db31d8986b74 (diff)
Hint to editors to use two spaces to indent JavaScript.
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..bbb83db
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,4 @@
+root = true
+
+[*.js]
+indent_size = 2