New test to prohibit leading tabs
[catagits/Catalyst-Runtime.git] / t / 04critic.rc
diff --git a/t/04critic.rc b/t/04critic.rc
new file mode 100644 (file)
index 0000000..412f770
--- /dev/null
@@ -0,0 +1,5 @@
+include  = CodeLayout::ProhibitHardTabs
+only     = 1
+
+[CodeLayout::ProhibitHardTabs]
+allow_leading_tabs = 0
\ No newline at end of file