added sql-formatter config
This commit is contained in:
parent
1af24715ff
commit
9fe49f4d79
|
@ -31,4 +31,15 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/sql-formatter/config.json".text = ''
|
||||
{
|
||||
"tabWidth": 2,
|
||||
"linesBetweenQueries": 1,
|
||||
"expressionWidth": 88,
|
||||
"denseOperators": true,
|
||||
"newlineBeforeSemicolon": true
|
||||
}
|
||||
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue