Skip to content

Commit db1bc8e

Browse files
committed
Changed end-of-lines for ApplicationLog config.json file
Added `*.json` to `.gitattributes` file
1 parent 4274076 commit db1bc8e

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Set default behavior to automatically normalize line endings.
33
###############################################################################
44
* text eol=lf
5+
*.json text eol=lf
56

67
###############################################################################
78
# Set default behavior for command prompt diff.

src/ApplicationLogs/config.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
{
2-
"PluginConfiguration": {
3-
"Path": "ApplicationLogs_{0}",
4-
"Network": 860833102,
5-
"MaxStackSize": 65535,
6-
"Debug": false
7-
},
8-
"Dependency": [
9-
"RpcServer"
10-
]
11-
}
1+
{
2+
"PluginConfiguration": {
3+
"Path": "ApplicationLogs_{0}",
4+
"Network": 860833102,
5+
"MaxStackSize": 65535,
6+
"Debug": false
7+
},
8+
"Dependency": [
9+
"RpcServer"
10+
]
11+
}

0 commit comments

Comments
 (0)