aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-16 13:56:33 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-16 14:18:19 +0800
commit937df840425f669719247d2f8b7b455933a43118 (patch)
tree79d57c0ef7d044024385f27ec2288fd69b56ac6f /.pre-commit-config.yaml
parent1d1748edd845afe34d73dfecb59c10b14e204c50 (diff)
downloadDropOut-937df840425f669719247d2f8b7b455933a43118.tar.gz
DropOut-937df840425f669719247d2f8b7b455933a43118.zip
chore: ensure newline at end of pre-commit configuration file
Added a newline at the end of the .pre-commit-config.yaml file to adhere to best practices for file formatting, ensuring compatibility with various tools and editors.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 90070a5..d149a19 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -23,4 +23,4 @@ repos:
- id: fmt
args: ["--manifest-path", "src-tauri/Cargo.toml"]
- id: clippy
- args: ["--manifest-path", "src-tauri/Cargo.toml", "--", "-D", "warnings"] \ No newline at end of file
+ args: ["--manifest-path", "src-tauri/Cargo.toml", "--", "-D", "warnings"]