We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ApplicationLog
config.json
1 parent 4274076 commit db1bc8eCopy full SHA for db1bc8e
.gitattributes
@@ -2,6 +2,7 @@
2
# Set default behavior to automatically normalize line endings.
3
###############################################################################
4
* text eol=lf
5
+*.json text eol=lf
6
7
8
# Set default behavior for command prompt diff.
src/ApplicationLogs/config.json
@@ -1,11 +1,11 @@
1
-{
- "PluginConfiguration": {
- "Path": "ApplicationLogs_{0}",
- "Network": 860833102,
- "MaxStackSize": 65535,
- "Debug": false
- },
- "Dependency": [
9
- "RpcServer"
10
- ]
11
-}
+{
+ "PluginConfiguration": {
+ "Path": "ApplicationLogs_{0}",
+ "Network": 860833102,
+ "MaxStackSize": 65535,
+ "Debug": false
+ },
+ "Dependency": [
+ "RpcServer"
+ ]
+}
0 commit comments