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 9d27b52 commit 3526de6Copy full SHA for 3526de6
.editorconfig
@@ -0,0 +1,22 @@
1
+# https://editorconfig.org
2
+#
3
+# https://neovim.io/doc/user/editorconfig.html
4
+# https://github.com/editorconfig/editorconfig-emacs
5
+# https://plugins.jetbrains.com/plugin/7294-editorconfig
6
+# https://marketplace.visualstudio.com/items/EditorConfig.EditorConfig
7
+
8
+[*]
9
+end_of_line = lf
10
+insert_final_newline = true
11
+trim_trailing_whitespace = true
12
13
+[*.{go,sh}]
14
+indent_size = tab
15
+indent_style = tab
16
17
+[*.{md,yml,yaml}]
18
+indent_size = 2
19
+indent_style = space
20
21
+[Makefile]
22
0 commit comments