diff options
author | 2021-04-11 09:34:17 -0400 | |
---|---|---|
committer | 2021-04-11 09:34:17 -0400 | |
commit | de3a745e1af2e441de868c2aa4849102d376acb5 (patch) | |
tree | c2d7767600dc519b2613ddecaf7e53fb5e8867a2 /scripts/osx/textadept_osx | |
parent | 03fab17277fee7387fd93a9c2774b1ebf3f80fe4 (diff) | |
download | textadept-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-x | scripts/osx/textadept_osx | 4 |
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. |