Skip to content

Commit

Permalink
Add initial IDE setup (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 14, 2023
1 parent fdde0aa commit 94753a6
Show file tree
Hide file tree
Showing 7 changed files with 198 additions and 90 deletions.
12 changes: 0 additions & 12 deletions cpp/.clang-format

This file was deleted.

3 changes: 0 additions & 3 deletions cpp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ obj
bin
coverage
generated
.project
.cproject
.settings
53 changes: 0 additions & 53 deletions cpp/.vscode/launch.json

This file was deleted.

19 changes: 0 additions & 19 deletions cpp/.vscode/tasks.json

This file was deleted.

3 changes: 0 additions & 3 deletions cpp/launch_sudo.sh

This file was deleted.

5 changes: 5 additions & 0 deletions ide_setup/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The Eclipse code formatter configuration shall be used together with
Eclipse CDT in order to unify the formatting of the C++ code. Ensure to keep
your formatting rules up to date.

This formatter can also be imported into Intellij IDEA.
Loading

0 comments on commit 94753a6

Please sign in to comment.