editor config updates

This commit is contained in:
Alexander Popov 2023-08-16 22:01:02 +03:00
parent 25aef9000b
commit d4e2da3838
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
4 changed files with 20 additions and 20 deletions

View File

@ -21,7 +21,7 @@ indent_style = space
indent_size = 4
# Crystal
[{*.cr,shard.yml}]
[{*.cr,shards.yml}]
indent_style = space
indent_size = 2
@ -80,10 +80,10 @@ indent_size = 4
indent_style = tab
indent_size = 4
[~/Gambas/*]
[snipplets/code/Gambas/*]
indent_size = 2
[~/Solar2D/**]
[snipplets/projects/Solar2D**]
indent_style = unset
indent_size = unset
end_of_line = unset

View File

@ -1,7 +1,7 @@
#!/bin/bash
# TCP
#coproc nc -l localhost 3000
# coproc nc -l localhost 3000
# UnixSocket
coproc nc -l -U ./app.sock