patch 8.1.0857: indent functionality is not separated

Problem:    Ignore functionality is not separated.
Solution:   Move indent functionality into a new file. (Yegappan Lakshmanan,
            closes #3886)
diff --git a/src/proto.h b/src/proto.h
index e4153eb..d7e6316 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -87,6 +87,7 @@
 # endif
 # include "hardcopy.pro"
 # include "hashtab.pro"
+# include "indent.pro"
 # include "json.pro"
 # include "list.pro"
 # include "blob.pro"