-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from maxkratz/feature/global-eclipse-settings
Configure global settings for Eclipse
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 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
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,11 @@ | ||
# | ||
# This file can be used to set global settings for the eMoflon-Eclipses. | ||
# | ||
# Set default encoding to UTF-8 | ||
org.eclipse.core.resources/encoding=UTF-8 | ||
# | ||
# Set default Git location to workspace related path | ||
org.eclipse.egit.core/core_defaultRepositoryDir=${workspace_loc}/git | ||
# | ||
# Disable console log output limitation | ||
org.eclipse.debug.ui/Console.limitConsoleOutput=false |