scalafmt
Verified for current stable LTS
Scalafmt Command: Reformat All Scala Files Current Directory
Use for reformat all scala files current directory with Scalafmt. Exact CLI syntax to reformat all scala files current directory using Scalafmt.
When to use this: Use for reformat all scala files current directory with Scalafmt.
Command Syntax
scalafmt scalafmt Command Breakdown
scalafmt is the base executable for this command.
FAQ
Purpose: Exact syntax to reformat all scala files current directory using Scalafmt.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Scalafmt Command: Check Formatting Correctness
scalafmt --config <path/to/.scalafmt.conf> --test Scalafmt Command: Exclude Files Or Directories From Formatting scalafmt --exclude <path/to/file_or_directory1 path/to/file_or_directory2 ...> Scalafmt Command: Format Edited Files Against Git Branch scalafmt --config <path/to/.scalafmt.conf> --mode diff Scalafmt Command: Reformat Specific Files With Custom Config scalafmt --config <path/to/.scalafmt.conf> <path/to/file_or_directory1 path/to/file_or_directory2 ...>