aboutsummaryrefslogtreecommitdiff
path: root/scripts/osx/textadept_osx
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-11 09:34:17 -0400
committermitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-11 09:34:17 -0400
commitde3a745e1af2e441de868c2aa4849102d376acb5 (patch)
treec2d7767600dc519b2613ddecaf7e53fb5e8867a2 /scripts/osx/textadept_osx
parent03fab17277fee7387fd93a9c2774b1ebf3f80fe4 (diff)
downloadtextadept-de3a745e1af2e441de868c2aa4849102d376acb5.tar.gz
textadept-de3a745e1af2e441de868c2aa4849102d376acb5.zip
Initial pass reformatting all code.
Use clang-format, LuaFormatter, and 100 character limit on lines.
Diffstat (limited to 'scripts/osx/textadept_osx')
-rwxr-xr-xscripts/osx/textadept_osx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/osx/textadept_osx b/scripts/osx/textadept_osx
index e5cfc662..cea160ed 100755
--- a/scripts/osx/textadept_osx
+++ b/scripts/osx/textadept_osx
@@ -18,8 +18,8 @@ export CHARSETALIASDIR="$bundle_res/lib"
# Strip out the argument added by macOS.
if [ x`echo "x$1" | sed "s/^x-psn_.*//"` == x ]; then shift 1; fi
-# Source '~/.textadept/osx_env.sh' to set variables like $PATH when opening
-# Textadept.app from the Dock or the Finder.
+# Source '~/.textadept/osx_env.sh' to set variables like $PATH when opening Textadept.app from
+# the Dock or the Finder.
if [ -f $HOME/.textadept/osx_env.sh ]; then . $HOME/.textadept/osx_env.sh; fi
# Run Textadept.