mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-22 08:00:45 +03:00
1b989e7b35
* New 2.0 version + DependencyInjection library * Updated docs and repo settings (devcontainers, vscode, github, etc.) * Added tests * Fixed bugs * Minor test project refactoring * Updated projects - Added symbol packages - Updated package versions to pre-release * Updated SECURITY.md * Added GitHub Actions workflows
14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"editor.insertSpaces": false,
|
|
"editor.rulers": [
|
|
{
|
|
"column": 120
|
|
}
|
|
],
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"omnisharp.organizeImportsOnFormat": true,
|
|
}
|