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 9884ab6 commit daff143Copy full SHA for daff143
.editorconfig
@@ -6,28 +6,10 @@ root = true
6
[*]
7
charset = utf-8
8
end_of_line = lf
9
-indent_size = 4
10
-indent_style = tab
11
-insert_final_newline = true
12
-trim_trailing_whitespace = true
13
-
14
-[.ansible-lint]
15
-indent_size = 2
16
-indent_style = space
17
18
-[.yamllint]
19
20
21
22
-# YAML Files
23
-[*.{yml,yaml}]
24
25
26
27
-# JSON Files
28
-[*.{json,json5,webmanifest}]
29
indent_size = 2
30
indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
31
32
# BASH Files
33
[*.{.sh}]
0 commit comments