Set up postgres

This commit is contained in:
2024-11-16 11:37:49 +01:00
parent 5963c7285b
commit 34d1b40138
6 changed files with 124 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ insert_final_newline = true
max_line_length = 120
tab_width = 4
[*.{http,json,md,sh,xml,xsd,yaml,yml}]
[*.{http,json,md,sh,sql,xml,xsd,yaml,yml}]
max_line_length = 1024
indent_size = 2
tab_width = 2