We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909cbf4 commit db010c8Copy full SHA for db010c8
.ocp-indent
@@ -0,0 +1,3 @@
1
+normal
2
+with=0
3
+syntax=lwt mll
format.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+echo "# Removing tabs"
4
+find ./ -regex "^\.\(/[a-zA-Z0-9_-.]*\)*.ml" -exec sed -i 's/ //g' {} \;
5
+echo "# Indent files"
6
+find ./ -regex "^\.\(/[a-zA-Z0-9_-.]*\)*.ml[il]?" -exec ocp-indent -i {} \;
0 commit comments