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 db010c8 commit 4a3cb17Copy full SHA for 4a3cb17
format.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
echo "# Removing tabs"
4
-find ./ -regex "^\.\(/[a-zA-Z0-9_-.]*\)*.ml" -exec sed -i 's/ //g' {} \;
+find ./ -regex "^\.\(/[a-zA-Z0-9_-.]*\)*.ml[il]?" -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