~toastal/nvim-tree-sitter-unicode-conceal
~toastal/nvim-tree-sitter-unicode-conceal/.editorconfig
~toastal/nvim-tree-sitter-unicode-conceal/.editorconfig
0 | # http://editorconfig.org/ |
1 |
|
2 | root = true |
3 |
|
4 | [*] |
5 | charset = utf-8 |
6 | end_of_line = lf |
7 | insert_final_newline = true |
8 | indent_style = tab |
9 | trim_trailing_whitespace = true |
10 |
|
11 | [*.{nix,scm}] |
12 | indent_style = space |
13 |
|
14 | [*.nix] |
15 | indent_size = 3 |
16 |
|
17 | [flake.lock] |
18 | indent_style = space |
19 | indent_size = 2 |
20 |
|
21 | [*.rst] |
22 | indent_style = unset |