Set up postgres

This commit is contained in:
2024-12-29 06:11:24 +01:00
parent af03959e2c
commit 573b4bd6fe
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
[*.{md,sh,yaml,yml}]
[*.{md,sh,sql,yaml,yml}]
max_line_length = 1024
indent_size = 2
tab_width = 2