π¬π§ English | π«π· FranΓ§ais
Version 1.1 β Public Demo
A lightweight, read-only preview of the VS Code Formatting Pack by Palks Studio.
This Lite version provides a passive and non-destructive environment
designed to showcase the philosophy and structure of the full pack,
without modifying any files.
No formatting.
No cleanup.
No automation.
vscode_formatting_pack_lite_v1.1/
βββ README.md β Public documentation for the Lite version
β (limited scope, no file modification)
β
βββ LICENSE.md β Terms of use and legal framework
β
βββ public_version/
β βββ .vscode/
β βββ settings.json β Passive editor settings
β β - UTF-8 encoding
β β - LF line endings
β β - visual indentation (4 spaces)
β β - visible whitespace boundaries
β β - no automatic formatting
β β
β βββ keybindings.json β Single shortcut:
β β Alt + M β toggle the minimap
β β
β βββ tasks.json β VS Code task (read-only):
β - Margin detection
β - analyzes whitespace and margins
β - no file is ever modified
β
βββ example_structure.txt β Overview of the full (Pro) version structure
β and available features
β
βββ docs/
βββ images/
βββ Palks_Studio.png β Proprietary branding asset
The .mp4 files in this folder (convert_lf.mp4, indent_clean.mp4, etc.) are intentionally included in the Lite version β they are real demonstrations from the full pack, showing its capabilities.
- Applies passive editor settings for consistency and readability
- Ensures:
- UTF-8 encoding
- LF line endings
- Visual indentation (4 spaces)
- Visible whitespace boundaries
- Provides a read-only margin detection task
- Includes a minimal keyboard shortcut for navigation comfort
This version is intended for evaluation and preview purposes only.
- No file formatting
- No margin cleanup
- No line ending conversion
- No backups
- No automatic actions on save
- No project-wide transformations
All file modifications are exclusive to the Pro version.
The provided settings.json applies neutral, predictable rules:
- No automatic formatting
- No formatter enforced
- No language-specific automation
- Identical behavior across Windows, macOS, and Linux
These settings are applied locally to the project only.
A single VS Code task is available:
Terminal β Run Task β Margin detection (read-only)
This task:
- Analyzes files for whitespace and margin issues
- Reports findings in the terminal
- Never modifies any file
It is intended to help you observe formatting issues,
not to fix them.
Alt + Mβ Toggle the minimap
No re-indentation or formatting shortcuts are included in this Lite version.
The Lite package contains a minimal public setup:
.vscode/settings.jsonβ passive editor settingskeybindings.jsonβ minimap toggle onlytasks.jsonβ read-only margin detection
example_structure.txt- Overview of the full Pro version structure
docs/images/- Palks Studio branding asset
The Pro version includes:
- Margin cleanup (
clean.py) - Line ending normalization (
convert.py) - Read-only analysis and reporting (
space.py) - Automatic backups on save (
backup.py) - Multiple execution modes (global / active file / custom selection)
- Full documentation and real usage examples
The Lite version is intentionally limited
to preserve a clear and honest boundary.
This ensures a transparent and predictable evaluation experience.
- Visual Studio Code (recent versions)
- Windows, macOS, Linux
- No paid extensions
- No external services
- Works fully offline
Palks Studio β Version 1.1
Compatible with Visual Studio Code (Prettier disabled by default).
Β© Palks Studio β see LICENSE.md
