From de3a745e1af2e441de868c2aa4849102d376acb5 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sun, 11 Apr 2021 09:34:17 -0400 Subject: Initial pass reformatting all code. Use clang-format, LuaFormatter, and 100 character limit on lines. --- scripts/osx/textadept_osx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/osx/textadept_osx') 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. -- cgit v1.2.3