aloxaf.fzf-tab/modules/.editorconfig
Aloxaf add3e6fc2b
Add binary module (#64)
* 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
2020-05-26 13:24:25 +08:00

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