Skip to main content
Module

x/deno_notify/.editorconfig

Send desktop notifications on all platforms in Deno
Go to Latest
File
# EditorConfig http://EditorConfig.org
# top-most EditorConfig fileroot = true
# All files[*]charset = utf-8end_of_line = lfindent_size = 2indent_style = spaceinsert_final_newline = truetrim_trailing_whitespace = true
[*.rust]indent_size = 4