add SQLite3 PHP example

This commit is contained in:
2022-03-28 21:05:30 +03:00
parent 75e3463ec7
commit b0dc89a18e
4 changed files with 30 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.php]
indent_style = space
indent_size = 4
[{*.html,*.css}]
indent_style = tab
indent_size = 4