mirror of
https://github.com/Aloxaf/fzf-tab.git
synced 2026-09-10 07:26:16 -04:00
* Initial support of binary module * Update fzf-tab.zsh to support binary module * Fix bug of cannot clear list-colors * Improve performance * Fix some bugs and clang-format * Clean files * Colorize chinese filename * You can choose if you want to rebuild now * Add symbol for socket * rename: fzf-tab-build-module -> build-fzf-tab-module
16 lines
170 B
INI
16 lines
170 B
INI
# Top-most editorconfig file
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
tab_width = 8
|
|
indent_size = 2
|
|
indent_style = tab
|
|
|
|
[ChangeLog]
|
|
indent_size = 8
|
|
|
|
[*.[ch]]
|
|
indent_size = 4
|