Skip to main content
Module

x/kysely_deno_postgres_dialect/.editorconfig

Kysely dialect for PostgreSQL using the deno-postgres client.
Latest
File
root = true
[*.ts,*.js]charset = utf-8end_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = trueindent_style = spaceindent_size = 2
[*.yml]indent_style = spacetrim_trailing_whitespace = trueindent_size = 2