We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.editorconfig
1 parent bd9def9 commit 610c75bCopy full SHA for 610c75b
.editorconfig
@@ -0,0 +1,22 @@
1
+# REF: https://spec.editorconfig.org/#supported-pairs
2
+
3
+root = true
4
5
+[*]
6
+indent_style = space
7
+indent_size = 4
8
+# tab_width = 4
9
+# end_of_line = lf
10
+charset = utf-8
11
+# spelling_language = en-US
12
+trim_trailing_whitespace = true
13
+insert_final_newline = true
14
15
+[*.{md}]
16
+trim_trailing_whitespace = false
17
18
+[*.{go}]
19
+indent_style = tab
20
21
+[*.{yml,yaml}]
22
+indent_size = 2
.husky/commit-msg
@@ -1 +1,3 @@
-npx --no -- commitlint --edit $1
+#!/bin/sh
+npx --no -- commitlint --edit $1
.husky/pre-commit
-npx lint-staged --allow-empty $1
+npx lint-staged --allow-empty $1
0 commit comments