Signal-iOS/Scripts
Evan Hahn f8afc58b42 Prefer clang-format for sorting #import/#include
This should have no direct user impact.

We currently have two ways of sorting `#import` and `#include`
statements:

1. With our precommit script
2. With `clang-format` (via `git-clang-format`)

It *looks* like we aren't using `clang-format` (because of the
`SortIncludes: false` option in `.clang-format`) but we are,
which you can see by running `clang-format --dump-config`. As a separate
issue, it seems like we're not picking up the `clang-format`
configuration file (`clang-format --style=file:.clang-format
--dump-config` gives different results).

I've run into situations where the two of them "fight", so I think the
best thing to do is pick one. After some discussion, we decided to pick
`clang-format`.
2022-08-05 08:01:03 -05:00
..
git_hooks Remove reverse integration script 2022-06-10 13:56:32 +00:00
sds_codegen Remove extra commas when running sds_codegen.sh 2022-08-01 15:47:24 -05:00
translation Fix Spanish App Store Connect language support 2022-07-28 09:43:50 -07:00
AuditStringH.py More Python 3 script fixes 2022-03-24 10:28:27 -05:00
bump_build_tag.py Scripts: subprocess.check_output should use text=True for compatibility 2022-03-24 17:28:12 -05:00
ClearDerivedData.sh Respond to CR. 2018-02-09 10:31:29 -05:00
debug_log_upload.py Scripts: subprocess.check_output should use text=True for compatibility 2022-03-24 17:28:12 -05:00
disableUniversalDeviceSupport More Python 3 script fixes 2022-03-24 10:28:27 -05:00
emoji_ranges.py Upgrade scripts to Python 3 2022-03-21 12:58:33 -05:00
emoji-data.txt Respond to CR. 2017-10-30 12:11:42 -04:00
EmojiGenerator.swift Fix operator_whitespace SwiftLint violations 2022-07-07 17:38:38 -07:00
enableUniversalDeviceSupport More Python 3 script fixes 2022-03-24 10:28:27 -05:00
extract_analytics_event_names.py Move script out of SignalServiceKit 2022-08-01 16:29:43 -05:00
feature_flags_beta.py Upgrade scripts to Python 3 2022-03-21 12:58:33 -05:00
feature_flags_common.py Scripts: subprocess.check_output should use text=True for compatibility 2022-03-24 17:28:12 -05:00
feature_flags_openPreview.py Upgrade scripts to Python 3 2022-03-21 12:58:33 -05:00
feature_flags_production.py Upgrade scripts to Python 3 2022-03-21 12:58:33 -05:00
feature_flags_qa.py Upgrade scripts to Python 3 2022-03-21 12:58:33 -05:00
HardResetGit.sh Hard reset git script. 2017-01-31 13:58:13 -05:00
precommit.py Prefer clang-format for sorting #import/#include 2022-08-05 08:01:03 -05:00
ProtoWrappers.py Un-nest builders for our proto wrapper types 2022-05-19 15:40:21 -07:00
schema_dump Firm up database schema 2021-11-09 14:25:42 -08:00
set_release_notes set_release_notes: support EDITOR with arguments 2022-05-25 15:59:47 -07:00
setup_private_pods Fix setup_private_pods script for newly-cloned repos 2022-01-28 10:04:00 -08:00
sqlclient Add support for opening the DB Browser for SQLite app from sqlclient 2022-06-22 19:03:00 +00:00
sqlclient-legacy sql client scripts 2019-04-05 10:50:45 -06:00
symbolicate.py Pretty-print symbolicated crashes 2022-05-23 22:08:36 +00:00
unused_strings.py Improve script to find unused strings 2022-04-15 15:28:15 -05:00
update_plist_info.sh Fix update_plist_info.sh to not assume no decorate on git log 2022-05-10 19:49:30 -05:00
update_share_plist_info.sh PR Feedback 2019-05-28 13:07:34 -07:00
upload_metadata Harden upload_metadata script 2022-05-05 10:13:47 -05:00