Skip to content

Commit f69c539

Browse files
committed
docs: detailed description
1 parent 740544a commit f69c539

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,34 +82,34 @@ require("sql-formatter").setup({
8282
-- Core settings
8383
format_on_save = true,
8484
dialect = "postgresql",
85-
85+
8686
-- Indentation
8787
indent = " ",
8888
tab_width = 2,
8989
use_tabs = false,
90-
90+
9191
-- Case formatting
9292
uppercase = true,
9393
identifier_case = "lower",
9494
function_case = "upper",
9595
datatype_case = "upper",
96-
96+
9797
-- Layout
9898
lines_between_queries = 2,
9999
max_column_length = 80,
100100
comma_start = false,
101101
operator_padding = true,
102-
102+
103103
-- File types
104104
filetypes = { "sql", "mysql", "plsql", "pgsql" },
105-
105+
106106
-- Key bindings
107107
keybindings = {
108108
format_buffer = "<leader>sf",
109109
format_selection = "<leader>ss",
110110
toggle_format_on_save = "<leader>st",
111111
},
112-
112+
113113
-- External formatter (sqlparse)
114114
external_formatter = {
115115
enabled = true,
@@ -122,7 +122,7 @@ require("sql-formatter").setup({
122122
"-"
123123
}
124124
},
125-
125+
126126
-- Notifications
127127
notify = {
128128
enabled = true,
@@ -181,7 +181,7 @@ This plugin prioritizes performance by:
181181

182182
1. Fork the repository
183183
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
184-
3. Commit your changes (`git commit -m 'Add amazing feature'`)
184+
3. Commit your changes (`git commit -m 'feat: add amazing feature'`)
185185
4. Push to the branch (`git push origin feature/amazing-feature`)
186186
5. Open a Pull Request
187187

@@ -195,4 +195,4 @@ MIT License - see [LICENSE](LICENSE) file for details.
195195

196196
## Support
197197

198-
If you find this plugin useful, consider [sponsoring the development](https://github.com/sponsors/andev0x).
198+
If you find this plugin useful, consider [sponsoring the development](https://github.com/sponsors/andev0x).

0 commit comments

Comments
 (0)