Adding blank lines in template.

This commit is contained in:
Robert Tice
2018-04-12 15:10:36 -04:00
parent 1dc8f13884
commit 7454231b02

View File

@@ -1,14 +1,17 @@
-- #region withs
-- #endregion withs
-- begin readonly
procedure Main is
-- end readonly
-- #region declare
-- #endregion declare
-- begin readonly
begin
-- end readonly
-- #region body
-- #endregion body
-- begin readonly
end Main;