Skip to content

Commit

Permalink
[Lint] CRLF to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
unkn0wn107 committed Jul 18, 2024
1 parent 7de364f commit f056fa6
Show file tree
Hide file tree
Showing 35 changed files with 4,332 additions and 4,332 deletions.
34 changes: 17 additions & 17 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/webserv",
"args": ["local.conf"],
"cwd": "${workspaceFolder}/",
"preLaunchTask": "build_debug"
}
]
}
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/webserv",
"args": ["local.conf"],
"cwd": "${workspaceFolder}/",
"preLaunchTask": "build_debug"
}
]
}
Loading

0 comments on commit f056fa6

Please sign in to comment.