Skip to main content
Module

x/deno_cron/.editorconfig

A cron Job scheduler for Deno that allows you to write human readable cron syntax with tons of flexibility
Latest
File
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig fileroot = true
# Unix-style newlines with a newline ending every file[*]end_of_line = lfinsert_final_newline = truecharset = utf-8indent_style = spaceindent_size = 4trim_trailing_whitespace = true