Skip to main content
Module

x/packet/.editorconfig

An abstract-encoding compliant module for encoding / decoding DNS packets, for Deno.
Latest
File
# EditorConfig configuration for netop:// ウエハ's projects# http://editorconfig.org
# Top-most EditorConfig fileroot = true
# Unix-style newlines with a newline ending every file, utf-8 charset[*]charset = utf-8end_of_line = lfindent_size = 2indent_style = spaceinsert_final_newline = truetrim_trailing_whitespace = true
[*.md]trim_trailing_whitespace = false
# Match diffs, avoid to trim trailing whitespace[*.{diff,patch}]trim_trailing_whitespace = false