From 63a905217718370b187680078d4c1ecd023470e3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 28 Jun 2026 03:44:02 -0400 Subject: style: normalize wttrin-default-locations indentation to spaces The list mixed tabs and spaces. Aligned every entry on spaces, no behavior change. --- wttrin.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wttrin.el b/wttrin.el index 75e32ab..b58c4b7 100644 --- a/wttrin.el +++ b/wttrin.el @@ -123,16 +123,16 @@ A cap so the auto-fitted font never becomes absurdly large." :type 'integer) (defcustom wttrin-default-locations '("Honolulu, HI" - "Berkeley, CA" - "New Orleans, LA" - "New York, NY" + "Berkeley, CA" + "New Orleans, LA" + "New York, NY" "London, GB" "Paris, FR" "Berlin, DE" "Naples, IT" "Athens, GR" - "Kyiv, UA" - "Tokyo, JP" + "Kyiv, UA" + "Tokyo, JP" "Taipei, TW") "Specify default locations list for quick completion." :group 'wttrin -- cgit v1.2.3