Skip to content

Commit 1636986

Browse files
author
Tea
committed
Fmt
1 parent 89a43f5 commit 1636986

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

Editor/Unity/UI/UIStrings.Onboarding.howl

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
⊓ Active.Howl.UIStrings{ ‒̥ ○ Onboarding{
22

3-
‒ᴸ ㄹ GetIDE =
3+
‒ᴸ ㄹ GetIDE =
44
@"A supported IDE with well configured
55
snippets is required; Atom is recommended.";
66

@@ -9,16 +9,18 @@ snippets is required; Atom is recommended.";
99
syntax coloring in Atom
1010
[Restart Atom after installing]";
1111

12-
‒ᴸ ㄹ ImportFiles =
12+
‒ᴸ ㄹ ImportFiles =
1313
@"Convert your C# scripts to Howl?
1414
If you do not wish to use all notations,
1515
you can do this later";
1616

17-
‒ᴸ ㄹ SetupVCS =
18-
"Ensure your project is using version control\n(required during β)";
17+
‒ᴸ ㄹ SetupVCS =
18+
@"Ensure your project is using version control
19+
(required during β)";
1920

2021
‒ᴸ ㄹ AllDone =
21-
"All is well; access documentation using\nthe hereabove [?] badge ~ ";
22+
@"All is well; access documentation using
23+
the hereabove [?] badge ~ ";
2224

2325
‒ᴸ ㄹ Okay = "╰(*´︶`*)╯ OK!";
2426

~build/Howl/Editor/Unity/UI/UIStrings.Onboarding.cs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace Active.Howl.UIStrings{ public static class Onboarding{
22

3-
public const string GetIDE =
3+
public const string GetIDE =
44
@"A supported IDE with well configured
55
snippets is required; Atom is recommended.";
66

@@ -9,16 +9,18 @@ namespace Active.Howl.UIStrings{ public static class Onboarding{
99
syntax coloring in Atom
1010
[Restart Atom after installing]";
1111

12-
public const string ImportFiles =
12+
public const string ImportFiles =
1313
@"Convert your C# scripts to Howl?
1414
If you do not wish to use all notations,
1515
you can do this later";
1616

17-
public const string SetupVCS =
18-
"Ensure your project is using version control\n(required during β)";
17+
public const string SetupVCS =
18+
@"Ensure your project is using version control
19+
(required during β)";
1920

2021
public const string AllDone =
21-
"All is well; access documentation using\nthe hereabove [?] badge ~ ";
22+
@"All is well; access documentation using
23+
the hereabove [?] badge ~ ";
2224

2325
public const string Okay = "╰(*´︶`*)╯ OK!";
2426

0 commit comments

Comments
 (0)