dblume commited on 2023-08-19 14:34:33
Showing 1 changed files, with 4 additions and 5 deletions.
Accidentally split IDEs when I added Formatting.
... | ... |
@@ -57,8 +57,11 @@ Or, if it's not in your path, something like... |
57 | 57 |
|
58 | 58 |
/mnt/c/Users/$USER/AppData/Local/Programs/Microsoft\ VS\ Code/bin/code . |
59 | 59 |
|
60 |
+### Other IDEs |
|
61 |
+ |
|
62 |
+Look for the presence of their project files. They should work normally. |
|
60 | 63 |
|
61 |
-### Formatting |
|
64 |
+## Formatting |
|
62 | 65 |
|
63 | 66 |
Use clang-format. Install the distro's version with: |
64 | 67 |
|
... | ... |
@@ -81,10 +84,6 @@ Or, shorter but less comprehensive: |
81 | 84 |
|
82 | 85 |
git ls-files -m | egrep ".(c|h)(pp)?$" | xargs clang-format-17 -style=file -i |
83 | 86 |
|
84 |
-### Other IDEs |
|
85 |
- |
|
86 |
-Look for the presence of their project files. They should work normally. |
|
87 |
- |
|
88 | 87 |
## Current Features |
89 | 88 |
|
90 | 89 |
* Multiple directories for testing build systems and IDEs |
91 | 90 |