We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3f8e7 commit 9275b59Copy full SHA for 9275b59
.editorconfig
@@ -3,6 +3,7 @@ root = true
3
[*]
4
end_of_line = lf
5
charset = utf-8
6
+insert_final_newline = true
7
8
[*.{asmdef,cs}]
9
indent_style = space
README.md
@@ -103,4 +103,4 @@ public class TestSQLite : MonoBehaviour
103
This is useful for libraries that want to bind additional native SQLite functions via P/Invoke.
104
- `SQLiteConnection.Quote` is made public.
105
This is be useful for libraries making raw queries.
106
-- `SQLite3.SetDirectory` is only defined in Windows platforms.
+- `SQLite3.SetDirectory` is only defined in Windows platforms.
0 commit comments