Files
SeeSynth/.vscode/settings.json
e1lama 97c743100a feat: playing notes in keypress (#5)
closes #3

Co-authored-by: HiveBeats <e1lama@protonmail.com>
Reviewed-on: #5
2023-06-18 12:54:03 +03:00

9 lines
163 B
JSON

{
"cpplint.filters": [
"readability/casting"
],
"files.associations": {
"algorithm": "c"
},
"FSharp.suggestGitignore": false,
}