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 af4a056 commit 639088aCopy full SHA for 639088a
.editorconfig
@@ -9,13 +9,14 @@ trim_trailing_whitespace = true
9
insert_final_newline = true
10
indent_style = unset
11
12
-[*.nix,flake.lock]
+[{*.nix,flake.lock}]
13
indent_style = space
14
indent_size = 2
15
16
-[*.md]
+[*.{yml,yaml}]
17
18
19
20
-[*.go,go.mod,go.sum]
21
-indent_style = tab
+[*.md]
+indent_style = space
22
+indent_size = 2
template/go/.editorconfig
@@ -9,7 +9,11 @@ trim_trailing_whitespace = true
+
0 commit comments