editor config updates
This commit is contained in:
parent
25aef9000b
commit
d4e2da3838
@ -21,7 +21,7 @@ indent_style = space
|
|||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
# Crystal
|
# Crystal
|
||||||
[{*.cr,shard.yml}]
|
[{*.cr,shards.yml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
@ -80,10 +80,10 @@ indent_size = 4
|
|||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[~/Gambas/*]
|
[snipplets/code/Gambas/*]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[~/Solar2D/**]
|
[snipplets/projects/Solar2D**]
|
||||||
indent_style = unset
|
indent_style = unset
|
||||||
indent_size = unset
|
indent_size = unset
|
||||||
end_of_line = unset
|
end_of_line = unset
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# TCP
|
# TCP
|
||||||
#coproc nc -l localhost 3000
|
# coproc nc -l localhost 3000
|
||||||
|
|
||||||
# UnixSocket
|
# UnixSocket
|
||||||
coproc nc -l -U ./app.sock
|
coproc nc -l -U ./app.sock
|
||||||
|
Loading…
Reference in New Issue
Block a user