We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35c5cc commit d1fbeeaCopy full SHA for d1fbeea
2 files changed
.editorconfig
@@ -9,6 +9,7 @@ root = true
9
10
# Change these settings to your own preference
11
indent_style = tab
12
+tab_width = 4
13
end_of_line = lf
14
charset = utf-8
15
trim_trailing_whitespace = true
@@ -19,3 +20,7 @@ trim_trailing_whitespace = false
19
20
21
[*.md]
22
trim_trailing_whitespace = false
23
+
24
+[*.{yaml,yml}]
25
+indent_style = space
26
+tab_width = 2
.travis.yml
@@ -5,9 +5,9 @@ language: node_js
5
node_js:
6
- 8
7
- 9
8
- - 10
- - 11
- - 12
+ - 10
+ - 11
+ - 12
- node
- lts/argon
- lts/boron
0 commit comments