Skip to main content
Module

x/regexparam/.editorconfig

A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` πŸ™‡β€β™‚οΈ
Go to Latest
File
# http://editorconfig.orgroot = true
[*]indent_size = 2indent_style = tabend_of_line = lfcharset = utf-8trim_trailing_whitespace = trueinsert_final_newline = true
[*.{json,yml,md}]indent_style = space