-
Notifications
You must be signed in to change notification settings - Fork 41
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 #36 from picoe/curtis/mac-mousemove
Mac: Fix issue with mouse move event not firing with latest Eto.
- Loading branch information
Showing
2 changed files
with
25 additions
and
4 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,17 @@ | ||
# EditorConfig is awesome: http://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
# use tabs by default for everything | ||
[*.cs] | ||
indent_style = tab | ||
indent_size = 4 | ||
tab_size = 4 | ||
charset=utf-8 | ||
csharp_new_line_before_open_brace = all | ||
|
||
[*.{csproj,vbproj,proj,targets,props}] | ||
indent_style = space | ||
indent_size = 2 | ||
tab_size = 2 |
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