Mercurial > dotfiles
comparison .zfun/zsh-autosuggestions/.editorconfig @ 467:e1ce8897030d
zsh: import df6f6f9ff41 of zsh-autosuggestions
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 03 Dec 2018 22:37:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
466:f248cf012d9a | 467:e1ce8897030d |
---|---|
1 [*] | |
2 charset = utf-8 | |
3 end_of_line = lf | |
4 insert_final_newline = true | |
5 trim_trailing_whitespace = true | |
6 indent_style = tab | |
7 indent_size = 4 | |
8 | |
9 [*.md] | |
10 indent_style = space | |
11 | |
12 [*.rb] | |
13 indent_style = space | |
14 indent_size = 2 | |
15 | |
16 [*.yml] | |
17 indent_style = space | |
18 indent_size = 2 |