Skip to content
Open
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[ignore]

project-env.json
[include]

[libs]
Expand Down
3 changes: 3 additions & 0 deletions .git-crypt/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Do not edit this file. To specify the files to encrypt, create your own
# .gitattributes file in the directory where your files are.
* !filter !diff
Binary file not shown.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Place your settings in this file to overwrite default and user settings.
{
"prettier.trailingComma": "es5"
"prettier.trailingComma": "es5",
"prettier.singleQuote": false,
"prettier.tabWidth": 2,
"prettier.eslintIntegration": true
}
Loading