Skip to content

Commit

Permalink
change default line ending to Environment.Newline
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Nov 2, 2014
1 parent 79bb872 commit 6939fac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ UpgradeLog*.XML
# NuGet
packages/

.projectile
3 changes: 2 additions & 1 deletion OmniSharp/config-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"indentSize": 4,
"continuationIndent": 4,
"labelIndent": 0,
"eolMarker": "\r\n",
"eolMarker": "/* Leaving eolMarker undefined here makes OmniSharpServer use Environment.Newline */"
"eolMarker": undefined,
"indentBlankLines": false,
"wrapLineLength": 80
},
Expand Down
3 changes: 2 additions & 1 deletion OmniSharp/config-emacs-on-windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"indentSize": 4,
"continuationIndent": 4,
"labelIndent": 0,
"eolMarker": "\r\n",
"eolMarker": "/* Leaving eolMarker undefined here makes OmniSharpServer use Environment.Newline */"
"eolMarker": undefined,
"indentBlankLines": false,
"wrapLineLength": 80
},
Expand Down
3 changes: 2 additions & 1 deletion OmniSharp/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"indentSize": 4,
"continuationIndent": 4,
"labelIndent": 0,
"eolMarker": "\r\n",
"eolMarker": "/* Leaving eolMarker undefined here makes OmniSharpServer use Environment.Newline */"
"eolMarker": undefined,
"indentBlankLines": false,
"wrapLineLength": 80
},
Expand Down

0 comments on commit 6939fac

Please sign in to comment.