We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f43d05 commit 063e0bdCopy full SHA for 063e0bd
.pre-commit-config.yaml
@@ -0,0 +1,15 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v5.0.0
4
+ hooks:
5
+ - id: check-added-large-files
6
+ args: ["--maxkb=1024"]
7
+ - id: check-merge-conflict
8
+ - id: end-of-file-fixer
9
+ - id: trailing-whitespace
10
+ args: [--markdown-linebreak-ext=md]
11
12
+ - id: check-executables-have-shebangs
13
+ - id: check-case-conflict
14
+ - id: mixed-line-ending
15
+ - id: detect-private-key
config/private_dot_config/nvim/lazyvim.json
@@ -17,4 +17,4 @@
17
"NEWS.md": "10960"
18
},
19
"version": 7
20
-}
+}
config/private_dot_config/nvim/stylua.toml
@@ -1,3 +1,3 @@
indent_type = "Spaces"
indent_width = 2
-column_width = 120
+column_width = 120
0 commit comments