Skip to content

Commit 9275b59

Browse files
committed
Add trailing new line in README
1 parent 5b3f8e7 commit 9275b59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ root = true
33
[*]
44
end_of_line = lf
55
charset = utf-8
6+
insert_final_newline = true
67

78
[*.{asmdef,cs}]
89
indent_style = space

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ public class TestSQLite : MonoBehaviour
103103
This is useful for libraries that want to bind additional native SQLite functions via P/Invoke.
104104
- `SQLiteConnection.Quote` is made public.
105105
This is be useful for libraries making raw queries.
106-
- `SQLite3.SetDirectory` is only defined in Windows platforms.
106+
- `SQLite3.SetDirectory` is only defined in Windows platforms.

0 commit comments

Comments
 (0)