aerial: Remove line break & alphabetize correctly

- This needs https://github.com/Homebrew/brew/pull/16512 to be merged
  to pass RuboCop's `Layout/LineLength` cop.
This commit is contained in:
Issy Long
2024-01-20 18:54:38 +00:00
parent f150471e05
commit 5be932dc34
+2 -4
View File
@@ -14,15 +14,13 @@ cask "aerial" do
screen_saver "Aerial.saver"
zap trash: [
"Application Support/Aerial",
"ByHost/com.JohnCoates.Aerial*.plist",
"~/Library/Application Support/Aerial",
"~/Library/Caches/Aerial",
"~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver.x86-64/Data/Library/" \
"~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver.x86-64/Data/Library/Application Support/Aerial",
"~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver.x86-64/Data/Library/Caches/Aerial",
"~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver/Data/Library/Application Support/Aerial",
"~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver/Data/Library/Caches/Aerial",
"~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver/Data/Library/Preferences/" \
"~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver/Data/Library/Preferences/ByHost/com.JohnCoates.Aerial*.plist",
"~/Library/Preferences/ByHost/com.JohnCoates.Aerial*",
"~/Library/Screen Savers/Aerial.saver",
]