Skip to main content
Module

x/coward/.editorconfig

πŸ” Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
File
root = true;
[*]end_of_line = lfinsert_final_newline = true
[*.{ts,js,html,sass}]charset = utf-8indent_style = tabindent_size = 4trim_trailing_whitespace = true