extindex: support --no-multi-pack-index
[public-inbox.git] / .editorconfig
blob665a80da81fb414de1a49e18cf9756f387e36183
1 # EditorConfig configuration for public-inbox
2 # https://EditorConfig.org
4 # Top-most EditorConfig file
5 root = true
7 [*]
8 end_of_line = lf
9 insert_final_newline = true
10 trim_trailing_whitespace = true
11 charset = utf-8
12 indent_style = tab