Skip to content

Commit

Permalink
Large refactor (add libs and app)
Browse files Browse the repository at this point in the history
  • Loading branch information
JerwuQu committed Oct 8, 2024
1 parent 4a64379 commit 565ed88
Show file tree
Hide file tree
Showing 13 changed files with 1,831 additions and 283 deletions.
12 changes: 5 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.rulers": [
140
]
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.windows.nix",
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.rulers": [140]
}
Loading

0 comments on commit 565ed88

Please sign in to comment.