Skip to main content
Module

x/surrealdb/.editorconfig

SurrealDB SDK for JavaScript
Latest
File
# EditorConfig coding styles definitions. For more information about the# properties used in this file, please see the EditorConfig documentation:# http://editorconfig.org/
root = true
[*]charset = utf-8end_of_line = LFindent_size = 4indent_style = tabinsert_final_newline = truetrim_trailing_whitespace = true
[*.{yml,json}]indent_size = 2indent_style = space
[*.{md,diff}]trim_trailing_whitespace = false