Extracted from CaseMatcher.kt.
Represents matching for flat case, e.g. 'flatcase'
| { | |
| "did": "did:plc:xg2vq45muivyy3xwatcehspu" | |
| } |
| #!/usr/bin/env node | |
| /** | |
| * SVG to ICO Converter | |
| * | |
| * Converts SVG files to ICO format with multiple sizes | |
| * | |
| * | |
| * Dependencies: | |
| * chalk (v5.6.2): https://www.npmjs.com/package/chalk |
Extracted from CaseMatcher.kt.
Represents matching for flat case, e.g. 'flatcase'
| from enum import StrEnum | |
| class Color(StrEnum): | |
| """Colors from rich. | |
| Source: https://rich.readthedocs.io/en/stable/appendix/colors.html""" | |
| BLACK = "#000000" | |
| RED = "#800000" | |
| GREEN = "#008000" | |
| YELLOW = "#808000" |
| { | |
| "typescript": { "preferSingleLine": true, "jsx.bracketPosition": "sameLine", "jsxElement.preferSingleLine": true }, | |
| "json": { "preferSingleLine": true, "lineWidth": 120, "indentWidth": 2 }, | |
| "excludes": ["**/node_modules", "apps/web/public/pdf.worker.min.mjs"], | |
| "plugins": ["https://plugins.dprint.dev/typescript-0.95.8.wasm", "https://plugins.dprint.dev/json-0.20.0.wasm"] | |
| } |
| # rustfmt | |
| max_width = 120 | |
| fn_params_layout = "Compressed" | |
| single_line_if_else_max_width = 100 | |
| single_line_let_else_max_width = 100 | |
| use_field_init_shorthand = true | |
| struct_lit_width = 100 | |
| # Clippy | |
| # |
| #!/usr/bin/env bash | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # π± Git History Grafting Tool | |
| # Attach your rewrite branch to an existing remote's history. | |
| # | |
| # Author: Owais J <https://github.com/desertthunder> | |
| # Updated: 2025-11-03 | |
| # | |
| # Description: | |
| # This script grafts a rewrite branch (e.g., refactor) onto |