Skip to content
Snippets Groups Projects
Commit e0e56ae1 authored by Jimmy's avatar Jimmy Committed by Vrelnir
Browse files

Configuration changes

parent 05b33d9c
No related branches found
No related tags found
No related merge requests found
Showing with 46 additions and 32 deletions
......@@ -3,8 +3,8 @@
# top-most EditorConfig file
root = true
# Tab indentation (Size 4)
[*.{js,ts,css,twee,tw}]
[*]
indent_style = tab
indent_size = 4
insert_final_newline = true
end_of_line = lf
File moved
# IDE, temp, generated, and other local-only files
*~
*.iml
node_modules/
tweego*
Degrees of Lewdity*.html
*.7z
*.zip
Zimg/
gitw
*.kra
Desktop.ini
Thumbs.db
.eslintcache
.vscode
!.vscode/extensions.json
# Ignoring working folder for Quin2k
mod/
*.code-workspace
release/
# Error logs
yarn-error.log
# VSCode files
## Allow users to edit their own settings for VSCode
## extensions like ESLint have configurations will be forced.
## To ensure cohesion, but the top-level configs can only have
## absolute settings that every has to use due to order.
.vscode/settings.json
# Keys
/keys/*
......@@ -33,5 +15,30 @@ yarn-error.log
# (may run into permissions issues if you allow docker to create it)
!/dist/.placeholder
/debug.log
Degrees of Lewdity*.html
*.7z
*.zip
*.rar
# Error logs
yarn-error.log
# Cache files
.eslintcache
# Node directories and dependencies
node_modules/
# Operating System files
Desktop.ini
Thumbs.db
.DS_Store
# Miscellaneous formats
*~
*.iml
*.twee-config.yml
# Ignoring working folder for Quin2k
mod/
*.code-workspace
release/
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install lint-staged
{
"printWidth": 100,
"useTabs": true,
"semi": true,
"endOfLine": "lf",
"arrowParens": "avoid"
}
printWidth: 80
useTabs: true
semi: true
singleQuote: false
endOfLine: "lf"
_temp_commit/caught_looking_mark.png

33.3 KiB

_temp_commit/caught_marking_ride.png

36.4 KiB

_temp_commit/caught_peeking_fail.png

31 KiB

_temp_commit/caught_peeking_success.png

41.3 KiB

_temp_commit/cheating_menu.png

29 KiB

_temp_commit/guide.png

81.2 KiB

_temp_commit/look_mark_and_p_success_2.png

39.3 KiB

_temp_commit/look_mark_and_peek_success.png

35.5 KiB

_temp_commit/loss.png

17 KiB

......@@ -2,6 +2,7 @@
"name": "dol",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"lint-staged": "lint-staged",
"prepare": "husky install"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment