Skip to main content
Module

x/value_schema/.editorconfig

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, and Deno
Go to Latest
File
# http://editorconfig.org/# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Propertiesroot = true

# recommended settings; DO NOT CHANGE![*]end_of_line = lfcharset = utf-8trim_trailing_whitespace = trueinsert_final_newline = true

# common settings[*]indent_style = tabindent_size = 4tab_width = 4max_line_length = off
quote_type = doublecurly_bracket_next_line = truespaces_around_operators = truespaces_around_brackets = noneindent_brace_style = allman

# JSON/YAML[*.{json,babelrc,code-workspace,yml,yaml}]indent_style = spaceindent_size = 2tab_width = 2

# markdown[*.md]indent_style = space