aboutsummaryrefslogtreecommitdiffhomepage
path: root/format.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'format.ps1')
-rw-r--r--format.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/format.ps1 b/format.ps1
new file mode 100644
index 000000000..0509d2640
--- /dev/null
+++ b/format.ps1
@@ -0,0 +1,4 @@
+./src.ps1 | ForEach-Object {
+ echo $_
+ clang-format -style=file -i $_
+} \ No newline at end of file