We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
config.json
ApplicationLog
CRLF
1 parent 4274076 commit 95f4918Copy full SHA for 95f4918
.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