Mandate new line at end of file in editorconfig.
authorArik Sosman <git@arik.io>
Sat, 11 Apr 2020 18:33:07 +0000 (11:33 -0700)
committerArik Sosman <git@arik.io>
Sat, 11 Apr 2020 18:33:07 +0000 (11:33 -0700)
.editorconfig
fuzz/README.md

index e355fadfab8fbd9f112972828b19b513113da42c..e5657670c10706dfbc274144d4e9289ba265ef62 100644 (file)
@@ -2,3 +2,4 @@
 
 [*]
 indent_style = tab
+insert_final_newline = true
index 48921594e9c7f6d37af2185e90f40a7ed4d96c3d..f59418cfd0c776ab79025ef937eb364126c3581e 100644 (file)
@@ -83,4 +83,4 @@ export RUST_BACKTRACE=1
 cargo test
 ```
 
-This will reproduce the failing fuzz input and yield a usable stack trace.
\ No newline at end of file
+This will reproduce the failing fuzz input and yield a usable stack trace.