GitBrowser
Slopper
mainyoutube
/.editorconfig
Name Message Date
📁 .agents Setup .devcontainers and AGENT configs 1 month ago
📁 .devcontainer Setup .devcontainers and AGENT configs 1 month ago
📁 .playwright Setup .devcontainers and AGENT configs 1 month ago
📁 src Add tracing to uploads 1 month ago
📄 .containerfile Add TikTok uploads 1 month ago
📄 .dockerignore Start slopping 1 month ago
📄 .editorconfig UI base 1 month ago
📄 .gitignore Setup .devcontainers and AGENT configs 1 month ago
📄 AGENTS.md Fix scrolling 1 month ago
📄 Directory.Build.props Treat warnings as errors 1 month ago
📄 Directory.Packages.props Upload the latest clip to YouTube 1 month ago
📄 dotnet-tools.json Start slopping 1 month ago
📄 global.json Start slopping 1 month ago
📄 package.json Fix frontend docker build 1 month ago
📄 pnpm-lock.yaml Fix frontend docker build 1 month ago
📄 pnpm-workspace.yaml Setup .devcontainers and AGENT configs 1 month ago
📄 README.md Fix scrolling 1 month ago
📄 Slopper.slnx Add TikTok uploads 1 month ago
📄 .editorconfig
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
root = true

# All files
[*]
indent_style = space
insert_final_newline = true

# Config files
[*.{xml,json,slnx,csproj,esproj,props}]
indent_size = 2

# C# files
[*.cs]
indent_size = 4
tab_width = 4
max_line_length = 120

dotnet_diagnostic.IDE0005.severity = warning

# "HTML"/CSS/JS
[*.{html,razor,css,js,ts,vue}]
indent_size = 2
max_line_length = 120