Skip to main content
Module

x/enum/.editorconfig

Enum is a javascript module that introduces the Enum Type. It works for node.js, in the browser and for deno.
Go to Latest
File
# EditorConfig is awesome: http://EditorConfig.orgroot = true
[*.{js,jsx,json}]end_of_line = lfinsert_final_newline = truecharset = utf-8indent_style = spaceindent_size = 2trim_trailing_whitespace = true