Skip to content

Commit f7bc77d

Browse files
authored
Add initial IDE setup (#1326)
1 parent 23e5286 commit f7bc77d

7 files changed

Lines changed: 198 additions & 90 deletions

File tree

cpp/.clang-format

Lines changed: 0 additions & 12 deletions
This file was deleted.

cpp/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ obj
1212
bin
1313
coverage
1414
generated
15-
.project
16-
.cproject
17-
.settings

cpp/.vscode/launch.json

Lines changed: 0 additions & 53 deletions
This file was deleted.

cpp/.vscode/tasks.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

cpp/launch_sudo.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

ide_setup/README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The Eclipse code formatter configuration shall be used together with
2+
Eclipse CDT in order to unify the formatting of the C++ code. Ensure to keep
3+
your formatting rules up to date.
4+
5+
This formatter can also be imported into Intellij IDEA.

0 commit comments

Comments
 (0)