1# .git-blame-ignore-revs
 2#
 3# This file consists of a list of commits that should be ignored for
 4# `git blame` purposes. This is useful for ignoring commits that only
 5# changed whitespace / indentation / formatting, but did not change
 6# the underlying syntax tree.
 7#
 8# GitHub will pick this up automatically for blame views:
 9#   https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
10# To use this file locally, run:
11#   git blame --ignore-revs-file .git-blame-ignore-revs
12# To always use this file by default, run:
13#   git config --local blame.ignoreRevsFile .git-blame-ignore-revs
14# To disable this functionality, run:
15#   git config --local blame.ignoreRevsFile ""
16# Comments are optional, but may provide helpful context.
17
18# 2023-04-20 Set default tab_size for JSON to 2 and apply new formatting
19# https://github.com/zed-industries/zed/pull/2394
20eca93c124a488b4e538946cd2d313bd571aa2b86
21
22# 2024-02-15 Format YAML files
23# https://github.com/zed-industries/zed/pull/7887
24a161a7d0c95ca7505bf9218bfae640ee5444c88b
25
26# 2024-02-25 Format JSON files in assets/
27# https://github.com/zed-industries/zed/pull/8405
28ffdda588b41f7d9d270ffe76cab116f828ad545e
29
30# 2024-07-05 Improved formatting of default keymaps (single line per bind)
31# https://github.com/zed-industries/zed/pull/13887
32813cc3f5e537372fc86720b5e71b6e1c815440ab
33
34# 2024-07-24 docs: Format docs
35# https://github.com/zed-industries/zed/pull/15352
363a44a59f8ec114ac1ba22f7da1652717ef7e4e5c