.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / cli-boxes / boxes.json
1 {
2         "single": {
3                 "topLeft": "┌",
4                 "topRight": "┐",
5                 "bottomRight": "┘",
6                 "bottomLeft": "└",
7                 "vertical": "│",
8                 "horizontal": "─"
9         },
10         "double": {
11                 "topLeft": "╔",
12                 "topRight": "╗",
13                 "bottomRight": "╝",
14                 "bottomLeft": "╚",
15                 "vertical": "║",
16                 "horizontal": "═"
17         },
18         "round": {
19                 "topLeft": "╭",
20                 "topRight": "╮",
21                 "bottomRight": "╯",
22                 "bottomLeft": "╰",
23                 "vertical": "│",
24                 "horizontal": "─"
25         },
26         "single-double": {
27                 "topLeft": "╓",
28                 "topRight": "╖",
29                 "bottomRight": "╜",
30                 "bottomLeft": "╙",
31                 "vertical": "║",
32                 "horizontal": "─"
33         },
34         "double-single": {
35                 "topLeft": "╒",
36                 "topRight": "╕",
37                 "bottomRight": "╛",
38                 "bottomLeft": "╘",
39                 "vertical": "│",
40                 "horizontal": "═"
41         },
42         "classic": {
43                 "topLeft": "+",
44                 "topRight": "+",
45                 "bottomRight": "+",
46                 "bottomLeft": "+",
47                 "vertical": "|",
48                 "horizontal": "-"
49         }
50 }