We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e2f58 commit 0636e94Copy full SHA for 0636e94
.ecrc
@@ -0,0 +1,20 @@
1
+{
2
+ "Verbose": false,
3
+ "Debug": false,
4
+ "IgnoreDefaults": false,
5
+ "SpacesAftertabs": false,
6
+ "NoColor": false,
7
+ "Exclude": [
8
+ ".git"
9
+ ],
10
+ "AllowedContentTypes": [],
11
+ "PassedFiles": [],
12
+ "Disable": {
13
+ "EndOfLine": false,
14
+ "Indentation": false,
15
+ "IndentSize": false,
16
+ "InsertFinalNewline": false,
17
+ "TrimTrailingWhitespace": false,
18
+ "MaxLineLength": false
19
+ }
20
+}
.editorconfig
@@ -27,3 +27,7 @@ max_line_length = off
27
[*.{yaml,yml}]
28
indent_style = space
29
indent_size = 2
30
+
31
+[*.code-workspace]
32
+indent_style = tab
33
+indent_size = 4
0 commit comments