Skip to content

Commit

Permalink
crlf replaced by lf (#892)
Browse files Browse the repository at this point in the history
* crlf replaced by lf

* Ensure default behavior as lf for .config
  • Loading branch information
vncoelho authored Mar 25, 2024
1 parent 4274076 commit a2a9d4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Set default behavior to automatically normalize line endings.
###############################################################################
* text eol=lf
*.json text eol=lf

###############################################################################
# Set default behavior for command prompt diff.
Expand Down
22 changes: 11 additions & 11 deletions src/ApplicationLogs/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"PluginConfiguration": {
"Path": "ApplicationLogs_{0}",
"Network": 860833102,
"MaxStackSize": 65535,
"Debug": false
},
"Dependency": [
"RpcServer"
]
}
{
"PluginConfiguration": {
"Path": "ApplicationLogs_{0}",
"Network": 860833102,
"MaxStackSize": 65535,
"Debug": false
},
"Dependency": [
"RpcServer"
]
}

0 comments on commit a2a9d4f

Please sign in to comment.