added sql-formatter config

This commit is contained in:
Sam 2024-08-25 23:27:42 +01:00
parent 1af24715ff
commit 9fe49f4d79
1 changed files with 11 additions and 0 deletions

View File

@ -31,4 +31,15 @@
};
};
};
home.file.".config/sql-formatter/config.json".text = ''
{
"tabWidth": 2,
"linesBetweenQueries": 1,
"expressionWidth": 88,
"denseOperators": true,
"newlineBeforeSemicolon": true
}
'';
}