mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-07-05 13:58:41 +08:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Autoformat code in-place, per style guidelines.
|
|
|
|
dartfmt -w ../lib
|