Skip to main content
Module

x/keywork/.editorconfig

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
File
# http://editorconfig.org
root = true
[*]charset = utf-8indent_style = spaceindent_size = 2end_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = true
[*.hbs]insert_final_newline = false
[*.json]indent_size = 2
[*.md]trim_trailing_whitespace = false
[*.{yml,yaml}]indent_size = 2
[Makefile]indent_style = tab