-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 568079: Reformat source code using clang-format
This will enforce formatting when building the native code Change-Id: I6c047f4c0672609df322b7ba716fc786f0e3aab4 Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
- Loading branch information
1 parent
7f10dce
commit 6431307
Showing
46 changed files
with
2,965 additions
and
3,763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
BasedOnStyle: LLVM | ||
|
||
# Set column width to 120 | ||
ColumnLimit: 120 | ||
|
||
# Sorting include statements will put "windows.h" last and result in build error. | ||
# To avoid unpredictable build errors, disable sorting. | ||
SortIncludes: false | ||
|
||
# Use 4 spaces as indentation | ||
IndentWidth: 4 | ||
UseTab: Never |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
core/org.eclipse.cdt.core.linux.aarch64/os/linux/aarch64/libspawner.so
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
core/org.eclipse.cdt.core.linux.ppc64le/os/linux/ppc64le/libspawner.so
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
core/org.eclipse.cdt.core.linux.x86_64/os/linux/x86_64/libspawner.so
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
core/org.eclipse.cdt.core.macosx/os/macosx/x86/libspawner.jnilib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
core/org.eclipse.cdt.core.macosx/os/macosx/x86_64/libspawner.jnilib
Binary file not shown.
189 changes: 0 additions & 189 deletions
189
core/org.eclipse.cdt.core.native/.settings/org.eclipse.cdt.core.prefs
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
core/org.eclipse.cdt.core.native/.settings/org.eclipse.cdt.ui.prefs
This file was deleted.
Oops, something went wrong.
16 changes: 7 additions & 9 deletions
16
core/org.eclipse.cdt.core.native/native_src/include/org_eclipse_cdt_utils_pty_PTY.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 2 additions & 4 deletions
6
...org.eclipse.cdt.core.native/native_src/include/org_eclipse_cdt_utils_pty_PTYInputStream.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 2 additions & 4 deletions
6
...rg.eclipse.cdt.core.native/native_src/include/org_eclipse_cdt_utils_pty_PTYOutputStream.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.