Skip to content

πŸ‡¬πŸ‡§ Clean, consistent and ready-to-use formatting setup for Visual Studio Code β€” no Prettier, no extensions, no scripts per project πŸ‡«πŸ‡· Configuration de formatage propre, cohΓ©rente et prΓͺte Γ  l’emploi pour VS Code, sans Prettier, sans extensions ni scripts par projet.

License

Notifications You must be signed in to change notification settings

Palks-Studio/vs-code-formatting-pack-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Palks Studio

πŸ‡¬πŸ‡§ English | πŸ‡«πŸ‡· FranΓ§ais

Made for VS Code Python Platform License

Download on Gumroad Β Β  Available on Itch.io Β Β  Buy on Ko-fi

VS Code Formatting Pack (Lite Version)

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.


Structure (Public version)

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.


What this Lite version does

  • 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.


What this Lite version does NOT do

  • 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.


Included features

Passive editor configuration

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.


Read-only margin detection

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.


Keyboard shortcut

  • Alt + M β†’ Toggle the minimap

No re-indentation or formatting shortcuts are included in this Lite version.


Folder structure

The Lite package contains a minimal public setup:

  • .vscode/
    • settings.json β€” passive editor settings
    • keybindings.json β€” minimap toggle only
    • tasks.json β€” read-only margin detection
  • example_structure.txt
    • Overview of the full Pro version structure
  • docs/images/
    • Palks Studio branding asset

About the Pro version

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.


Compatibility

  • 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

About

πŸ‡¬πŸ‡§ Clean, consistent and ready-to-use formatting setup for Visual Studio Code β€” no Prettier, no extensions, no scripts per project πŸ‡«πŸ‡· Configuration de formatage propre, cohΓ©rente et prΓͺte Γ  l’emploi pour VS Code, sans Prettier, sans extensions ni scripts par projet.

Topics

Resources

License

Stars

Watchers

Forks