From d62c4e8bea4543c6ef8c5772fbda917cdd48d156 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Sat, 26 Dec 2020 10:15:29 -0500 Subject: [PATCH] chore(master): manually wrap --- pluginmaster.json | 4 ++-- pluginmaster.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pluginmaster.json b/pluginmaster.json index a39127c..3e0609b 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -2,7 +2,7 @@ { "Author": "ascclemens", "Name": "Macrology", - "Description": "Adds a better macro system to the game.\nMacrology allows for macros of infinite length, adds looping, allows comments, supports pausing, allows you to run multiple macros at once, and supports fractional waits.", + "Description": "Adds a better macro system to the game.\n\nMacrology allows for macros of infinite length, adds looping,\nallows comments, supports pausing, allows you to run multiple\nmacros at once, and supports fractional waits.", "InternalName": "Macrology", "AssemblyVersion": "0.1.0", "DalamudApiLevel": 2, @@ -17,7 +17,7 @@ { "Author": "ascclemens", "Name": "Python REPL", - "Description": "Adds some commands for interacting with Dalamud from the chat box in Python.\nType a one-liner after /py to execute it. Dalamud, Dalamud.Plugin, Lumina, and Lumina.Excel.GeneratedSheets are all in scope by default. There is a variable named interface that is the DalamudPluginInterface for this plugin.", + "Description": "Adds some commands for interacting with Dalamud from the chat box in Python.\n\nType a one-liner after /py to execute it. Dalamud, Dalamud.Plugin,\nLumina, and Lumina.Excel.GeneratedSheets are all in scope by\ndefault. There is a variable named interface that is the\nDalamudPluginInterface for this plugin.", "InternalName": "DalamudPython", "AssemblyVersion": "1.0.0", "DalamudApiLevel": 2, diff --git a/pluginmaster.yaml b/pluginmaster.yaml index 4ed369e..0cd843a 100644 --- a/pluginmaster.yaml +++ b/pluginmaster.yaml @@ -1,6 +1,6 @@ - author: ascclemens name: Macrology - description: >- + description: |- Adds a better macro system to the game. Macrology allows for macros of infinite length, adds looping, @@ -12,7 +12,7 @@ last_update: '1608993444' - author: ascclemens name: Python REPL - description: >- + description: |- Adds some commands for interacting with Dalamud from the chat box in Python. Type a one-liner after /py to execute it. Dalamud, Dalamud.Plugin,