Skip to content

Commit

Permalink
dotfile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Jun 17, 2023
1 parent 40bf963 commit c0a5406
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .shellcheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
disable=SC2034
shell=bash
18 changes: 18 additions & 0 deletions .vscode/dict/names.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
asan
asmjit
bincomp
bluez
brrrip
byteshuf
byteswap
cdpatch
citra
corlett
cython
dbus
dobin
dodoc
dynarmic
fakecrc
faudio
forticlient
glslang
Expand All @@ -17,25 +26,34 @@ libchdr
libudev
lodepng
mbedtls
mkgcc
neill
npmrc
nuanceur
pthread
qfile
qlist
rels
rpcs
ryujinx
screamf
sirit
slirp
slirps
stdc
stepmania
subfile
tasksh
tatsh
tomlplusplus
tsschecker
udev
udvare
uips
unecm
wordadd
xbyak
xemu
yuzu
zerofill
zstd
6 changes: 6 additions & 0 deletions .vscode/dict/technical.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
bdepend
bsnes
cflags
crossdev
dbapi
deps
Expand All @@ -10,9 +11,13 @@ dotize
eclass
eerror
einstalldocs
emake
eprefix
eselect
filesdir
fomit
fperms
funcs
glabels
glsl
iname
Expand All @@ -34,5 +39,6 @@ rdepend
semver
serialport
vercmp
workdir
xmatch
yarnpkg
36 changes: 24 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
{
"[shellscript]": {
"editor.detectIndentation": false,
"editor.insertSpaces": false
},
"cSpell.enabled": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"files.associations": {
"*.ebuild": "shellscript",
"*.eclass": "shellscript"
}
"[python]": {
"editor.tabSize": 4
},
"[shellscript]": {
"editor.codeActionsOnSave": {
"source.fixAll.shellcheck": true
},
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.tabSize": 2,
"editor.useTabStops": true
},
"cSpell.enabled": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.useTabStops": false,
"files.associations": {
"*.ebuild": "shellscript",
"*.eclass": "shellscript"
},
"shellformat.flag": "-i,0,-kp,-s,-sr"
}

0 comments on commit c0a5406

Please sign in to comment.